diff options
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" |