1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-12 15:21:11 +01:00

bottom toolbar overflow style

This commit is contained in:
Gregor Santner 2016-09-15 23:08:03 +02:00
parent e2eaa73ba1
commit fb4209b13f
5 changed files with 34 additions and 15 deletions

View file

@ -6,6 +6,7 @@
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="actionMenuTextColor">@color/colorAccent</item>
</style>
<style name="AppTheme.NoActionBar">
@ -17,4 +18,13 @@
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
<style name="BottomToolbarMenuOverflowStyle" parent="Theme.AppCompat.NoActionBar">
<!-- Text in overflow -->
<item name="android:textColorPrimary">@color/primary_text</item>
<!-- overflow icon (three vertical dots) -->
<item name="android:textColorSecondary">@color/white</item>
<!-- popup background color -->
<item name="android:background">@color/white</item>
</style>
</resources>