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/tlsremote.xml | |
parent | 787c024cb5b1401e20fb11e876a74973208c2c55 (diff) |
Add padding to FAQ and TLS Remote Screen
--HG--
extra : rebase_source : fdba73716b9003900d767ef2c8cbb01b6583a580
Diffstat (limited to 'res/layout/tlsremote.xml')
-rw-r--r-- | res/layout/tlsremote.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/tlsremote.xml b/res/layout/tlsremote.xml index e93b9364..a7bec953 100644 --- a/res/layout/tlsremote.xml +++ b/res/layout/tlsremote.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" + android:padding="@dimen/stdpadding" android:layout_height="match_parent" > <LinearLayout |