diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-07-10 00:13:30 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-07-10 00:13:30 +0200 |
commit | 2c50ba1779d0d0b6f980a9b83c4a4ac5c34b1c4c (patch) | |
tree | c89c70f8fbf70ca73e9315c4d0e43052a5a29ec2 /res/drawable/snackbar.xml | |
parent | da79e2cca2ffce6e4e5c3b479c4de702ecca1872 (diff) |
moved hint box to the bottom
Diffstat (limited to 'res/drawable/snackbar.xml')
-rw-r--r-- | res/drawable/snackbar.xml | 6 |
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 |