aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-07-10 00:13:30 +0200
committeriNPUTmice <daniel@gultsch.de>2014-07-10 00:13:30 +0200
commit2c50ba1779d0d0b6f980a9b83c4a4ac5c34b1c4c (patch)
treec89c70f8fbf70ca73e9315c4d0e43052a5a29ec2 /res/drawable
parentda79e2cca2ffce6e4e5c3b479c4de702ecca1872 (diff)
moved hint box to the bottom
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/snackbar.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/drawable/snackbar.xml b/res/drawable/snackbar.xml
new file mode 100644
index 00000000..5f5dc430
--- /dev/null
+++ b/res/drawable/snackbar.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <solid android:color="@color/darkbackground"/>
+ <corners android:radius="8dip"/>
+ <padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
+</shape> \ No newline at end of file