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