diff --git a/core/res/res/layout/textview_hint.xml b/core/res/res/layout/textview_hint.xml index 4978be54769c2..20b08bf9b7b66 100644 --- a/core/res/res/layout/textview_hint.xml +++ b/core/res/res/layout/textview_hint.xml @@ -18,5 +18,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/popup_inline_error" - android:textAppearance="?android:attr/textAppearanceSmallInverse" + android:textAppearance="?android:attr/textAppearanceSmall" + android:textColor="@color/primary_text_light" /> diff --git a/core/res/res/values/themes.xml b/core/res/res/values/themes.xml index 71745e0fb0697..f65b1f2ba414c 100644 --- a/core/res/res/values/themes.xml +++ b/core/res/res/values/themes.xml @@ -1107,6 +1107,7 @@ @layout/dialog_title_icons_holo @layout/dialog_custom_title_holo @layout/dialog_title_holo + false @android:style/Theme.Holo.Light.Dialog.Alert @android:drawable/ic_dialog_alert_holo_light