From 446641c63494b62fd590986f61b6d1aec85098dc Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 12 Mar 2013 10:37:43 +0100 Subject: Add padding to FAQ and TLS Remote Screen --HG-- extra : rebase_source : fdba73716b9003900d767ef2c8cbb01b6583a580 --- res/layout/faq.xml | 7 ++++--- res/layout/tlsremote.xml | 1 + res/values-sw600dp/styles.xml | 6 ++++++ res/values/styles.xml | 11 +++++------ 4 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 res/values-sw600dp/styles.xml (limited to 'res') 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 @@ + android:layout_height="match_parent" + android:padding="@dimen/stdpadding" > + android:id="@+id/faq_tethering" + style="@style/faqitem" /> + + + 16dp + + \ No newline at end of file diff --git a/res/values/styles.xml b/res/values/styles.xml index d549b596..19dda801 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -24,14 +24,13 @@ ?android:attr/textAppearanceMedium true - + - - + - + + + 8dp - \ No newline at end of file -- cgit v1.2.3