Fix bug 3238726 - AutoCompleteTextView dropdown text color
Change-Id: I8de7a33932b0f6fb2c961f662b626d6ce46d46e9
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user