diff options
| author | Arne Schwabe <arne@rfc2549.org> | 2014-05-19 21:40:03 +0200 |
|---|---|---|
| committer | Arne Schwabe <arne@rfc2549.org> | 2014-05-19 21:41:23 +0200 |
| commit | 9a992adc3bf37bd33b8dad7b67a9953a743885d4 (patch) | |
| tree | 1719622249debdcbba56c62549a578b219b7fa61 /main/res/layout | |
| parent | 34559e873a63b3c020335fb4bdc2ccf1b0136006 (diff) | |
| download | cgeo-9a992adc3bf37bd33b8dad7b67a9953a743885d4.zip cgeo-9a992adc3bf37bd33b8dad7b67a9953a743885d4.tar.gz cgeo-9a992adc3bf37bd33b8dad7b67a9953a743885d4.tar.bz2 | |
Fix Actionbar spinner in Light Layout, fixes #3858
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/cachelist_spinneritem.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/res/layout/cachelist_spinneritem.xml b/main/res/layout/cachelist_spinneritem.xml index c8a589f..58e070e 100644 --- a/main/res/layout/cachelist_spinneritem.xml +++ b/main/res/layout/cachelist_spinneritem.xml @@ -5,18 +5,18 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="?attr/dropdownListPreferredItemHeight" android:minHeight="?attr/dropdownListPreferredItemHeight" - style="?attr/spinnerDropDownItemStyle" android:layout_gravity="left|center_vertical" + style="?attr/spinnerDropDownItemStyle" > <TextView android:id="@android:id/text1" - android:textAppearance="?android:attr/textAppearanceMedium" tools:text="This is the title" android:singleLine="true" android:ellipsize="marquee" android:layout_width="match_parent" + style="?attr/titleTextStyle" android:layout_height="wrap_content" /> @@ -25,7 +25,7 @@ android:layout_height="wrap_content" android:singleLine="true" android:ellipsize="marquee" - android:textAppearance="?android:attr/textAppearanceSmall" + style="?attr/subtitleTextStyle" tools:text="This is the subtitle" android:id="@android:id/text2" /> |
