summaryrefslogtreecommitdiff
path: root/res/layout/faq.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/faq.xml')
-rw-r--r--res/layout/faq.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml
index 11ca7015..354b467c 100644
--- a/res/layout/faq.xml
+++ b/res/layout/faq.xml
@@ -3,7 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:padding="@dimen/stdpadding" >
+ android:paddingLeft="@dimen/stdpadding"
+ android:paddingRight="@dimen/stdpadding" >
<LinearLayout
android:layout_width="match_parent"