summaryrefslogtreecommitdiff
path: root/res/layout/vpn_profile_list.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/vpn_profile_list.xml
parent9a512ba885419d934a631dcb56bdb11d29dd8705 (diff)
Add padding to a few fragments
Diffstat (limited to 'res/layout/vpn_profile_list.xml')
-rw-r--r--res/layout/vpn_profile_list.xml19
1 files changed, 12 insertions, 7 deletions
diff --git a/res/layout/vpn_profile_list.xml b/res/layout/vpn_profile_list.xml
index f4a24ece..870c0431 100644
--- a/res/layout/vpn_profile_list.xml
+++ b/res/layout/vpn_profile_list.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ android:paddingLeft="@dimen/stdpadding"
+ android:paddingRight="@dimen/stdpadding" >
<ListView
android:id="@android:id/list"
@@ -24,22 +27,24 @@
<Space
android:layout_width="match_parent"
- android:layout_height="10sp" />
+ android:layout_height="12sp" />
<TextView
android:id="@+id/add_new_vpn_hint"
android:layout_width="fill_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="wrap_content"
+ tools:ignore="SelectableText" />
<TextView
android:id="@+id/import_vpn_hint"
android:layout_width="fill_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="wrap_content"
+ tools:ignore="SelectableText" />
-<Space
+ <Space
android:layout_width="match_parent"
- android:layout_height="10sp" />
-
+ android:layout_height="12sp" />
+
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"