diff options
author | Camil Staps | 2015-04-08 19:39:47 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-08 19:39:47 +0200 |
commit | 14792c3e26c148e806d1756226acce4421c974c9 (patch) | |
tree | 558795e509346c7603d4db19cc4fca936b8026d2 /app | |
parent | Added dutch language files (diff) |
Moved scrollbar to outer right
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/activity_main.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 51b4cf3..c4e3253 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -12,13 +12,17 @@ <ScrollView android:layout_width="fill_parent" android:layout_height="wrap_content" - android:padding="10dp"> + android:paddingLeft="10dp" + android:paddingBottom="10dp" + android:paddingTop="10dp" + android:paddingRight="0dp"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:layout_weight="1.0"> + android:layout_weight="1.0" + android:paddingRight="10dp"> <TextView android:layout_width="wrap_content" |