diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-08 16:34:47 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-08 16:34:47 +0200 |
commit | 87c962c47189cac2f9954c94a55e36770accfb70 (patch) | |
tree | e717cc737e5c892790752cfa6c7dc96b761db60a /res/values/styles.xml | |
parent | 379ae9173874ebe7d3811f0fde9b75221c349386 (diff) |
Add FAQ Dialog, will be filled with more Items later
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 7ae97cd1..2c627bff 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -24,6 +24,21 @@ <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/textAppearanceMedium</item> + </style> + + + <style name="faqhead"> + <item name="android:paddingTop">10sp</item> + <item name="android:layout_width">match_parent</item> + <item name="android:layout_height">wrap_content</item> + <item name="android:textAppearance">?android:attr/textAppearanceLarge</item> + <item name="android:singleLine">true</item> + </style> <style name="accountSetupButton"> <item name="android:layout_width">160sp</item> |