diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-03 21:04:42 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-03 21:04:42 +0200 |
commit | 1668b7649773a9842af3c8e3a69222c7abb01a99 (patch) | |
tree | e4410f6d93bab2a1d3269a368fc29be744649dc2 /res/values/styles.xml | |
parent | bf7aece58cd44b02616d30497d9d022f026edb07 (diff) |
add fix to arrays.xml (closes issue #43)
add translated by recognition
add faq for system dialogs
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index c4d6a1d2..d549b596 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -37,7 +37,7 @@ <item name="android:layout_width">match_parent</item> <item name="android:layout_height">wrap_content</item> <item name="android:textAppearance">?android:attr/textAppearanceMedium</item> - <item name="android:singleLine">true</item> + <!-- <item name="android:singleLine">true</item> --> </style> <style name="accountSetupButton"> |