summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-02-11 23:43:06 +0100
committerArne Schwabe <arne@rfc2549.org>2014-02-11 23:43:06 +0100
commit7840812fe5d1c62d4908951e1ef4ef3e6c443508 (patch)
treed39bf1ee24eb5f54675860d2e83096a38ffd80d3
parentdd154ada9b39a104a972064392501d93b3d63ffa (diff)
Fix lint issue with web view
-rw-r--r--res/layout/about.xml2
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" >