Fixed input text field color with material theme
This commit is contained in:
parent
002999aa7a
commit
6e60627ce4
3 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
<!-- Android theme override -->
|
||||
<item name="colorAccent">@color/primary_color</item>
|
||||
<item name="colorPrimary">@color/primary_color</item>
|
||||
<item name="android:colorPrimary">@color/primary_color</item>
|
||||
<!-- Comment out the following line to disable system's status bar coloring -->
|
||||
<item name="android:colorPrimaryDark">@color/primary_dark_color</item>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<resources>
|
||||
<declare-styleable name="LinphoneAppTheme">
|
||||
<attr name="accentColor" format="color"/>
|
||||
<attr name="colorPrimary" format="color"/>
|
||||
<attr name="accentColorLight30" format="color"/>
|
||||
|
||||
<attr name="accentTextColor" format="color"/>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
<!-- Android theme override -->
|
||||
<item name="colorAccent">@color/primary_color</item>
|
||||
<item name="colorPrimary">@color/primary_color</item>
|
||||
<item name="android:colorPrimary">@color/primary_color</item>
|
||||
<!-- Comment out the following line to disable system's status bar coloring -->
|
||||
<item name="android:colorPrimaryDark">@color/primary_dark_color</item>
|
||||
|
|
Loading…
Reference in a new issue