Skip to content

Commit 932ec7d

Browse files
adampAndroid (Google) Code Review
authored andcommitted
Merge "Fix bug 5279720 - Legacy theme EditText coloring"
2 parents 00cd1d4 + ac0f0d5 commit 932ec7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/res/res/values/themes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ please see themes_device_defaults.xml.
9494

9595
<item name="textAppearanceButton">@android:style/TextAppearance.Widget.Button</item>
9696

97-
<item name="editTextColor">?android:attr/textColorPrimaryInverse</item>
97+
<item name="editTextColor">?android:color/primary_text_light</item>
9898
<item name="editTextBackground">@android:drawable/edit_text</item>
9999

100100
<item name="candidatesTextStyleSpans">@android:string/candidates_style</item>
@@ -410,7 +410,7 @@ please see themes_device_defaults.xml.
410410
<item name="textColorLink">@android:color/link_text_light</item>
411411
<item name="textColorLinkInverse">@android:color/link_text_dark</item>
412412

413-
<item name="editTextColor">?android:attr/textColorPrimary</item>
413+
<item name="editTextColor">@android:color/primary_text_light</item>
414414
<item name="listChoiceBackgroundIndicator">@android:drawable/list_selector_background</item>
415415

416416
<item name="activatedBackgroundIndicator">@android:drawable/activated_background_light</item>

0 commit comments

Comments
 (0)