diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/about.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index afe1f6ba..ed11d15b 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -2,7 +2,7 @@ <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="wrap_content" + android:layout_height="match_parent" android:paddingLeft="@dimen/stdpadding" android:paddingRight="@dimen/stdpadding" > |