summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2017-11-28 20:14:47 -0600
committerSamuel Holland <samuel@sholland.org>2017-11-28 20:14:47 -0600
commit9946ae489a41e73a881568ca6ab6dfc8626f57d8 (patch)
tree132e6a235a61b8f816223eacc9983b5a0be947d6 /app/src/main/res/drawable
parent956d41eab8f938f60eee7ba5142ff57cdbdbf426 (diff)
ConfigListFragment: Use a floating action menu
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/fab_label_background.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/fab_label_background.xml b/app/src/main/res/drawable/fab_label_background.xml
new file mode 100644
index 00000000..c0315fd6
--- /dev/null
+++ b/app/src/main/res/drawable/fab_label_background.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <corners android:radius="4dp" />
+ <padding
+ android:bottom="4dp"
+ android:left="8dp"
+ android:right="8dp"
+ android:top="4dp" />
+ <solid android:color="?android:attr/colorPrimary" />
+</shape>