# Conflicts:
#	OlympusServices/app/src/main/res/layout/activity_log_in.xml
This commit is contained in:
IvanaE 2018-10-18 11:36:47 -04:00
commit 173f6097fd
6 changed files with 7 additions and 3 deletions

View file

@ -31,8 +31,8 @@
android:layout_width="match_parent"
android:layout_height="80dp"
android:background="@color/colorWhite"
android:hint="Username"
android:textSize="15sp"
android:hint="@string/username"
android:layout_marginTop="40dp"
app:met_baseColor="@android:color/white"
app:met_floatingLabel="highlight"
@ -45,8 +45,8 @@
android:layout_width="match_parent"
android:layout_height="80dp"
android:background="@drawable/customborder"
android:hint="Password"
android:textSize="15sp"
android:hint="@string/password"
android:layout_marginTop="20dp"
app:met_baseColor="@android:color/white"
app:met_floatingLabel="highlight"