Compare commits
No commits in common. '9ab73eef8d317497a4c2c5819ba246e00092c8c5' and '4d9b6bc4c3f2e7553f009f91c25ff34871aaf43e' have entirely different histories.
9ab73eef8d
...
4d9b6bc4c3
After Width: | Height: | Size: 80 KiB |
After Width: | Height: | Size: 45 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,60 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:orientation="vertical"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent"
|
|
||||||
android:background="@drawable/list_background">
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="70dp"
|
|
||||||
android:text="@string/login_title"
|
|
||||||
android:textSize="50dp"
|
|
||||||
android:gravity="center"
|
|
||||||
android:layout_marginTop="70dp"/>
|
|
||||||
|
|
||||||
<EditText
|
|
||||||
android:id="@+id/login_aacount"
|
|
||||||
android:layout_width="350dp"
|
|
||||||
android:layout_height="70dp"
|
|
||||||
android:hint="@string/login_account"
|
|
||||||
android:inputType="number"
|
|
||||||
android:layout_marginTop="110dp"
|
|
||||||
android:textColor="@android:color/black"
|
|
||||||
android:textSize="50dp"
|
|
||||||
android:layout_gravity="center"/>
|
|
||||||
|
|
||||||
<EditText
|
|
||||||
android:id="@+id/login_password"
|
|
||||||
android:layout_width="350dp"
|
|
||||||
android:layout_height="70dp"
|
|
||||||
android:hint="@string/login_password"
|
|
||||||
android:inputType="numberPassword"
|
|
||||||
android:textSize="50dp"
|
|
||||||
android:textColor="@android:color/black"
|
|
||||||
android:layout_marginTop="20dp"
|
|
||||||
android:layout_gravity="center"/>
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="150dp"
|
|
||||||
android:orientation="horizontal"
|
|
||||||
android:gravity="center">
|
|
||||||
|
|
||||||
<Button
|
|
||||||
android:id="@+id/login_accept"
|
|
||||||
android:layout_width="150dp"
|
|
||||||
android:layout_height="70dp"
|
|
||||||
android:text="@string/login_accept"
|
|
||||||
android:clickable="true" />
|
|
||||||
|
|
||||||
<Button
|
|
||||||
android:id="@+id/login_register"
|
|
||||||
android:layout_width="150dp"
|
|
||||||
android:layout_height="70dp"
|
|
||||||
android:text="@string/login_register"
|
|
||||||
android:clickable="true"/>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue