Ändrade så att första bokstaven i inloggningsrutan är liten bokstav som

default.
This commit is contained in:
victorandersson
2013-02-27 15:05:27 +01:00
parent de1020eab3
commit 586570a897
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -9,7 +9,7 @@
android:id="@+id/tfUsername" android:id="@+id/tfUsername"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:inputType="none" android:inputType="text"
android:ems="10" android:ems="10"
android:hint="@string/usernameHint" > android:hint="@string/usernameHint" >