mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 12:22:08 +01:00
Fix bottom bar hint text background color (Fix #157)
This commit is contained in:
parent
ddc0afa65a
commit
20afd6a2ad
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@
|
||||||
<item name="android:textColorPrimary">@color/primary_text</item>
|
<item name="android:textColorPrimary">@color/primary_text</item>
|
||||||
<!-- overflow icon (three vertical dots) -->
|
<!-- overflow icon (three vertical dots) -->
|
||||||
<item name="android:textColorSecondary">@color/white</item>
|
<item name="android:textColorSecondary">@color/white</item>
|
||||||
<!-- popup background color -->
|
|
||||||
<item name="android:background">@color/white</item>
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="AppTheme.TextAppearance.Caption" parent="TextAppearance.AppCompat.Caption">
|
<style name="AppTheme.TextAppearance.Caption" parent="TextAppearance.AppCompat.Caption">
|
||||||
|
|
Loading…
Reference in a new issue