Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6ac2472 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

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

parents b921072c 674af39e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+2 −2
Original line number Diff line number Diff line
@@ -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"