aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/snackbar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/snackbar.xml')
-rw-r--r--res/drawable/snackbar.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/res/drawable/snackbar.xml b/res/drawable/snackbar.xml
index 5f5dc430..951d7aee 100644
--- a/res/drawable/snackbar.xml
+++ b/res/drawable/snackbar.xml
@@ -1,6 +1,14 @@
<?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 xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <solid android:color="@color/darkbackground" />
+
+ <corners android:radius="8dip" />
+
+ <padding
+ android:bottom="0dip"
+ android:left="0dip"
+ android:right="0dip"
+ android:top="0dip" />
+
</shape> \ No newline at end of file