summaryrefslogtreecommitdiff
path: root/src/ui/android/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/android/res/drawable')
-rw-r--r--src/ui/android/res/drawable/grid_phrasebook_button.xml7
-rw-r--r--src/ui/android/res/drawable/ic_volume_up_black_18dp.pngbin0 -> 282 bytes
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ui/android/res/drawable/grid_phrasebook_button.xml b/src/ui/android/res/drawable/grid_phrasebook_button.xml
new file mode 100644
index 000000000..21a6ac127
--- /dev/null
+++ b/src/ui/android/res/drawable/grid_phrasebook_button.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android" >
+ <stroke android:width="1dp"
+ android:color="@color/primary_color" />
+ <padding android:left="5dp" android:top="5dp" android:right="5dp" android:bottom="5dp" />
+ <corners android:radius="8dp" />
+</shape> \ No newline at end of file
diff --git a/src/ui/android/res/drawable/ic_volume_up_black_18dp.png b/src/ui/android/res/drawable/ic_volume_up_black_18dp.png
new file mode 100644
index 000000000..992d2c452
--- /dev/null
+++ b/src/ui/android/res/drawable/ic_volume_up_black_18dp.png
Binary files differ