0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 12:02:28 +02:00

Add padding to FAQ and TLS Remote Screen

--HG--
extra : rebase_source : fdba73716b9003900d767ef2c8cbb01b6583a580
This commit is contained in:
Arne Schwabe 2013-03-12 10:37:43 +01:00
parent 787c024cb5
commit 446641c634
4 changed files with 16 additions and 9 deletions

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="match_parent"
android:padding="@dimen/stdpadding" >
<LinearLayout
android:layout_width="match_parent"
@ -53,8 +54,8 @@
android:text="@string/vpn_tethering_title" />
<TextView
style="@style/faqitem"
android:id="@+id/faq_tethering" />
android:id="@+id/faq_tethering"
style="@style/faqitem" />
<TextView
style="@style/faqhead"

View File

@ -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

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="stdpadding">16dp</dimen>
</resources>

View File

@ -24,14 +24,13 @@
<item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
<item name="android:singleLine">true</item>
</style>
<style name="faqitem">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
</style>
<style name="faqhead">
<item name="android:paddingTop">10sp</item>
<item name="android:layout_width">match_parent</item>
@ -47,8 +46,8 @@
<item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
</style>
<style name="Theme.CreateShortCut" parent="android:Theme.Holo.DialogWhenLarge">
</style>
<style name="Theme.CreateShortCut" parent="android:Theme.Holo.DialogWhenLarge"></style>
<dimen name="stdpadding">8dp</dimen>
</resources>