summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/values/styles.xml
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
commit4a672fc05d4b40b2e169bdf7b6212f86c3789de0 (patch)
tree132e6a235a61b8f816223eacc9983b5a0be947d6 /app/src/main/res/values/styles.xml
parent19f008955963015abbaf0c9fd88492d0eb0a6ace (diff)
ConfigListFragment: Use a floating action menu
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r--app/src/main/res/values/styles.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
new file mode 100644
index 00000000..11f3e544
--- /dev/null
+++ b/app/src/main/res/values/styles.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <style name="fab_label" parent="android:TextAppearance.DeviceDefault.Inverse">
+ <item name="android:background">@drawable/fab_label_background</item>
+ </style>
+
+</resources>