diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-03-12 10:37:43 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-03-12 10:37:43 +0100 |
commit | 446641c63494b62fd590986f61b6d1aec85098dc (patch) | |
tree | 15ef064d9fb9d479960c63e3d14a0684ad8408f1 /res/layout/faq.xml | |
parent | 787c024cb5b1401e20fb11e876a74973208c2c55 (diff) |
Add padding to FAQ and TLS Remote Screen
--HG--
extra : rebase_source : fdba73716b9003900d767ef2c8cbb01b6583a580
Diffstat (limited to 'res/layout/faq.xml')
-rw-r--r-- | res/layout/faq.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml index 959e82a5..d9ce1cea 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" - android:layout_height="match_parent" > + android:layout_height="match_parent" + android:padding="@dimen/stdpadding" > <LinearLayout android:layout_width="match_parent" @@ -53,8 +54,8 @@ android:text="@string/vpn_tethering_title" /> <TextView - style="@style/faqitem" - android:id="@+id/faq_tethering" /> + android:id="@+id/faq_tethering" + style="@style/faqitem" /> <TextView style="@style/faqhead" |