summaryrefslogtreecommitdiff
path: root/res/layout/faq.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-03-14 10:16:02 +0100
committerArne Schwabe <arne@rfc2549.org>2013-03-14 10:16:02 +0100
commit96ccb0151c46c87b29127dde0afe6edbf048bdf3 (patch)
tree3a9cec89ac059978de44a480ce91896994d29bb5 /res/layout/faq.xml
parent9a512ba885419d934a631dcb56bdb11d29dd8705 (diff)
Add padding to a few fragments
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"