Skip to content

Commit

Permalink
update scrollbars none
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwang0914 committed Aug 13, 2018
1 parent f4779ba commit 21394b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
package com.wj.android.todo.activity;
import android.content.SharedPreferences;
import android.text.TextUtils;
import android.widget.AutoCompleteTextView;
import android.widget.EditText;
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
android:id="@+id/login_form"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="20dp">
android:padding="20dp"
android:scrollbars="none">

<LinearLayout
android:id="@+id/email_login_form"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_register.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="20dp">
android:padding="20dp"
android:scrollbars="none">

<LinearLayout
android:layout_width="match_parent"
Expand Down

0 comments on commit 21394b3

Please sign in to comment.