Changed UML
This commit is contained in:
parent
ab84abd042
commit
5599bd9179
5 changed files with 6 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="70dp"
|
||||
android:background="@color/colorWhite"
|
||||
android:hint="Username"
|
||||
android:hint="@string/username"
|
||||
android:textSize="20sp"
|
||||
android:layout_marginTop="40dp"
|
||||
app:met_baseColor="@android:color/white"
|
||||
|
@ -43,7 +43,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="70dp"
|
||||
android:background="@drawable/customborder"
|
||||
android:hint="Password"
|
||||
android:hint="@string/password"
|
||||
android:textSize="20sp"
|
||||
android:layout_marginTop="20dp"
|
||||
app:met_baseColor="@android:color/white"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue