From 96ccb0151c46c87b29127dde0afe6edbf048bdf3 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 14 Mar 2013 10:16:02 +0100 Subject: Add padding to a few fragments --- res/layout/about.xml | 38 ++++++++++++++++++++++++-------------- res/layout/faq.xml | 3 ++- res/layout/vpn_profile_list.xml | 19 ++++++++++++------- 3 files changed, 38 insertions(+), 22 deletions(-) (limited to 'res/layout') diff --git a/res/layout/about.xml b/res/layout/about.xml index e6abed96..09194631 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -1,7 +1,10 @@ + android:layout_height="wrap_content" + android:paddingLeft="@dimen/stdpadding" + android:paddingRight="@dimen/stdpadding" > + android:layout_height="wrap_content" + android:textAppearance="?android:attr/textAppearanceLarge" + tools:ignore="SelectableText" /> + android:layout_height="wrap_content" + tools:ignore="SelectableText" /> + android:autoLink="all" + tools:ignore="SelectableText" /> - - + + + + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/bouncy_castle" + android:textAppearance="?android:attr/textAppearanceMedium" /> - + \ No newline at end of file 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" > + android:orientation="vertical" + android:paddingLeft="@dimen/stdpadding" + android:paddingRight="@dimen/stdpadding" > + android:layout_height="12sp" /> + android:layout_height="wrap_content" + tools:ignore="SelectableText" /> + android:layout_height="wrap_content" + tools:ignore="SelectableText" /> - - + android:layout_height="12sp" /> +