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 | b187f57a026110ef0b0f1d6b6414c868922cab46 (patch) | |
tree | e717cc737e5c892790752cfa6c7dc96b761db60a /res/values/styles.xml | |
parent | 271a9073948f1a47786ae40f5af6e58e7992a767 (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> |