scrollable in login scrween

parent b20ed128
Showing with 2 additions and 2 deletions
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
android:padding="@dimen/normal_margin" android:padding="@dimen/normal_margin"
android:inputType="text" android:inputType="text"
android:cursorVisible="true" android:cursorVisible="true"
android:text="" android:text="a0kuma18"
android:drawableLeft="@mipmap/ic_user_icon" android:drawableLeft="@mipmap/ic_user_icon"
android:singleLine="true"> android:singleLine="true">
</EditText> </EditText>
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
android:drawableLeft="@mipmap/ic_password_icon" android:drawableLeft="@mipmap/ic_password_icon"
android:inputType="textPassword" android:inputType="textPassword"
android:padding="@dimen/normal_margin" android:padding="@dimen/normal_margin"
android:text="" android:text="v$0ftA$win"
android:layout_marginLeft="@dimen/login_screen_margin_left" android:layout_marginLeft="@dimen/login_screen_margin_left"
android:layout_marginRight="@dimen/login_screen_margin_right" android:layout_marginRight="@dimen/login_screen_margin_right"
android:singleLine="true" /> android:singleLine="true" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment