Merge "Fix bug 3238726 - AutoCompleteTextView dropdown text color" into honeycomb

This commit is contained in:
Adam Powell
2011-01-15 20:05:21 -08:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
style="?android:attr/dropDownItemStyle"
android:textAppearance="?android:attr/textAppearanceLargeInverse"
android:textAppearance="?android:attr/textAppearanceLargePopupMenu"
android:singleLine="true"
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeight"

View File

@@ -37,7 +37,7 @@
<TextView
android:id="@android:id/text1"
style="?android:attr/dropDownItemStyle"
android:textAppearance="?android:attr/textAppearanceLargeInverse"
android:textAppearance="?android:attr/textAppearanceLargePopupMenu"
android:singleLine="true"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
@@ -45,7 +45,7 @@
<TextView
android:id="@android:id/text2"
style="?android:attr/dropDownItemStyle"
android:textAppearance="?android:attr/textAppearanceSmallInverse"
android:textAppearance="?android:attr/textAppearanceSmallPopupMenu"
android:textColor="#323232"
android:singleLine="true"
android:layout_width="match_parent"