diff options
author | Parménides GV <parmegv@sdf.org> | 2014-03-17 19:09:40 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-03-29 01:46:28 +0100 |
commit | b517bdfa4849e68516aa9653de03568b43a6d6b2 (patch) | |
tree | 8799ac24bca803d16ea4c9d2064b7cc356b622c2 /res/layout-xlarge/provider_detail_fragment.xml | |
parent | 8090cfa4dc8ba484d37cb0872dd1d0cdb6be866c (diff) |
Configuration Wizard sized for tablets.
Including provider details.
Diffstat (limited to 'res/layout-xlarge/provider_detail_fragment.xml')
-rw-r--r-- | res/layout-xlarge/provider_detail_fragment.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/layout-xlarge/provider_detail_fragment.xml b/res/layout-xlarge/provider_detail_fragment.xml index eb90fad9..4abbaa17 100644 --- a/res/layout-xlarge/provider_detail_fragment.xml +++ b/res/layout-xlarge/provider_detail_fragment.xml @@ -12,6 +12,7 @@ android:layout_marginLeft="4dp" android:layout_marginRight="4dp" android:layout_marginTop="16dp" + android:textSize="32sp" android:textAppearance="?android:attr/textAppearanceLarge" android:textStyle="bold" /> @@ -23,6 +24,7 @@ android:layout_marginLeft="4dp" android:layout_marginRight="4dp" android:layout_marginBottom="4dp" + android:textSize="24sp" android:textStyle="italic" android:textAppearance="?android:attr/textAppearanceMedium" /> @@ -34,6 +36,7 @@ android:layout_marginLeft="4dp" android:layout_marginRight="4dp" android:layout_marginBottom="4dp" + android:textSize="18sp" android:textStyle="normal" android:textAppearance="?android:attr/textAppearanceSmall" /> |