Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:pixlui="http://schemas.android.com/apk/com.neopixl.pixlui"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/login_background"
- tools:context="com.yceo.namazvakti.fragments.LoginFragment">
- <!--Üst menü-->
- <RelativeLayout
- android:id="@+id/top_menu"
- android:layout_width="match_parent"
- android:layout_height="@dimen/top_menu_height_size"
- android:layout_alignParentEnd="true"
- android:layout_alignParentRight="true"
- android:layout_alignParentTop="true"
- android:background="@color/Gray"
- android:clickable="true">
- <ImageButton
- android:id="@+id/backButton"
- android:layout_width="60dp"
- android:layout_height="match_parent"
- android:background="@android:color/transparent"
- android:paddingBottom="20dp"
- android:paddingLeft="20dp"
- android:paddingStart="20dp"
- android:paddingTop="20dp"
- android:scaleType="fitStart"
- android:src="@drawable/white_arrow_left"
- android:visibility="visible"/>
- <!--Başlık-->
- <com.neopixl.pixlui.components.textview.TextView
- android:id="@+id/login_title"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@android:color/transparent"
- android:clickable="false"
- android:enabled="true"
- android:focusable="false"
- android:focusableInTouchMode="true"
- android:gravity="center_horizontal|center_vertical"
- android:maxLines="1"
- android:text="@string/login_title"
- android:textColor="@color/White"
- android:textSize="@dimen/app_page_title_size"
- android:textStyle="bold"
- pixlui:typeface="MuseoSans.otf"/>
- </RelativeLayout>
- <ScrollView
- android:id="@+id/scroll_view"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_below="@+id/top_menu"
- android:overScrollMode="always">
- <LinearLayout
- android:id="@+id/login_group"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:gravity="center"
- android:orientation="vertical">
- <com.neopixl.pixlui.components.edittext.EditText
- android:id="@+id/user_name_email"
- android:layout_width="match_parent"
- android:layout_height="@dimen/input_height_size"
- android:layout_marginEnd="20dp"
- android:layout_marginStart="20dp"
- android:background="@drawable/edit_text_strock"
- android:hint="@string/user_Name_Email_EditText"
- android:maxLines="1"
- android:paddingLeft="10dp"
- android:paddingStart="10dp"
- android:textColor="@color/White"
- android:textColorHint="@color/White"
- android:textSize="@dimen/register_input_text_size"
- pixlui:typeface="MuseoSans.otf"/>
- <com.neopixl.pixlui.components.edittext.EditText
- android:id="@+id/password_editText"
- android:layout_width="match_parent"
- android:layout_height="@dimen/input_height_size"
- android:layout_gravity="center_horizontal"
- android:layout_marginEnd="20dp"
- android:layout_marginStart="20dp"
- android:layout_marginTop="10dp"
- android:background="@drawable/edit_text_strock"
- android:ems="10"
- android:hint="@string/user_Password"
- android:inputType="textPassword"
- android:maxLines="1"
- android:paddingLeft="10dp"
- android:paddingStart="10dp"
- android:textColor="@color/White"
- android:textColorHint="@color/White"
- android:textSize="@dimen/register_input_text_size"
- pixlui:typeface="MuseoSans.otf"/>
- <com.neopixl.pixlui.components.button.Button
- android:id="@+id/login_Button"
- android:layout_width="match_parent"
- android:layout_height="@dimen/input_height_size"
- android:layout_gravity="center_horizontal"
- android:layout_marginEnd="20dp"
- android:layout_marginStart="20dp"
- android:layout_marginTop="10dp"
- android:background="@color/login_Button"
- android:inputType="text"
- android:text="@string/login_Button"
- android:textColor="@color/White"
- android:textSize="@dimen/button_text_size"
- pixlui:typeface="MuseoSans.otf"/>
- <com.neopixl.pixlui.components.textview.TextView
- android:id="@+id/forgot_password"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal|end"
- android:layout_marginEnd="20dp"
- android:layout_marginStart="20dp"
- android:layout_marginTop="10dp"
- android:gravity="end"
- android:text="@string/forgot_password"
- android:textColor="@color/White"
- android:textSize="@dimen/register_user_information_text_size"
- pixlui:typeface="MuseoSans.otf"/>
- <com.neopixl.pixlui.components.textview.TextView
- android:id="@+id/big_details"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginEnd="20dp"
- android:layout_marginStart="20dp"
- android:layout_marginTop="40dp"
- android:gravity="center"
- android:text="@string/big_details"
- android:textColor="@color/White"
- android:textSize="@dimen/registeer_details_text_size"
- pixlui:typeface="MuseoSans.otf"/>
- <com.neopixl.pixlui.components.textview.TextView
- android:id="@+id/small_details"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginEnd="20dp"
- android:layout_marginStart="20dp"
- android:layout_marginTop="5dp"
- android:gravity="center"
- android:text="@string/small_details"
- android:textColor="@color/White"
- android:textSize="@dimen/register_user_information_text_size"
- pixlui:typeface="MuseoSans.otf"/>
- <com.neopixl.pixlui.components.button.Button
- android:id="@+id/sign_up_button"
- android:layout_width="match_parent"
- android:layout_height="@dimen/input_height_size"
- android:layout_gravity="center_horizontal"
- android:layout_marginEnd="20dp"
- android:layout_marginStart="20dp"
- android:layout_marginTop="10dp"
- android:background="@color/background"
- android:inputType="text"
- android:text="@string/sign_up_button"
- android:textColor="@color/White"
- android:textSize="@dimen/button_text_size"
- pixlui:typeface="MuseoSans.otf"/>
- </LinearLayout>
- </ScrollView>
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement