Add FAB to key list

This commit is contained in:
Dominik Schürmann
2015-02-03 18:51:58 +01:00
parent d6d679997b
commit dfe92ceb24
4 changed files with 102 additions and 33 deletions

View File

@@ -34,4 +34,9 @@
<item name="android:background">@drawable/selector_transparent_button</item>
</style>
<style name="FabMenuStyle">
<item name="android:background">@drawable/fab_label_background</item>
<item name="android:textColor">@color/white</item>
</style>
</resources>