fix contrast issue for TextInputLayouts on login activity
This commit is contained in:
parent
00969ed882
commit
2c5c229ee7
1 changed files with 4 additions and 2 deletions
|
|
@ -19,8 +19,9 @@
|
||||||
|
|
||||||
<item name="toolbarPopupTheme">@style/ThemeOverlay.AppCompat</item>
|
<item name="toolbarPopupTheme">@style/ThemeOverlay.AppCompat</item>
|
||||||
|
|
||||||
<!-- just in case -->
|
<!-- TextInputLayout uses colorPrimary for the cursor line and bubble -->
|
||||||
<item name="colorAccent">@android:color/white</item>
|
<item name="colorAccent">@android:color/white</item>
|
||||||
|
<item name="colorPrimary">@android:color/white</item>
|
||||||
|
|
||||||
<!-- necessary to find the overflow button later in the layout -->
|
<!-- necessary to find the overflow button later in the layout -->
|
||||||
<item name="android:actionOverflowButtonStyle">@style/Widget.ActionButton.Overflow</item>
|
<item name="android:actionOverflowButtonStyle">@style/Widget.ActionButton.Overflow</item>
|
||||||
|
|
@ -47,8 +48,9 @@
|
||||||
|
|
||||||
<item name="toolbarPopupTheme">@style/ThemeOverlay.AppCompat.Light</item>
|
<item name="toolbarPopupTheme">@style/ThemeOverlay.AppCompat.Light</item>
|
||||||
|
|
||||||
<!-- just in case -->
|
<!-- TextInputLayout uses colorPrimary for the cursor line and bubble -->
|
||||||
<item name="colorAccent">@android:color/black</item>
|
<item name="colorAccent">@android:color/black</item>
|
||||||
|
<item name="colorPrimary">@android:color/black</item>
|
||||||
|
|
||||||
<!-- necessary to find the overflow button later in the layout -->
|
<!-- necessary to find the overflow button later in the layout -->
|
||||||
<item name="android:actionOverflowButtonStyle">@style/Widget.ActionButton.Overflow</item>
|
<item name="android:actionOverflowButtonStyle">@style/Widget.ActionButton.Overflow</item>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue