Make FAB colors themeable

This commit is contained in:
Thialfihar
2015-07-21 20:50:32 +02:00
parent fe9c802bbb
commit 0f6acbd030
6 changed files with 15 additions and 10 deletions
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/black_semi_transparent"/>
<solid android:color="?attr/colorFabBackground"/>
<padding
android:left="16dp"
android:top="4dp"
@@ -8,4 +8,4 @@
android:bottom="4dp"/>
<corners
android:radius="2dp"/>
</shape>
</shape>