summaryrefslogtreecommitdiff
path: root/android/source/res/drawable-hdpi
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/res/drawable-hdpi')
-rw-r--r--android/source/res/drawable-hdpi/handle_alias_end.xml5
-rw-r--r--android/source/res/drawable-hdpi/handle_alias_middle.xml5
-rw-r--r--android/source/res/drawable-hdpi/handle_alias_start.xml5
-rw-r--r--android/source/res/drawable-hdpi/handle_image_end.png (renamed from android/source/res/drawable-hdpi/handle_end.png)bin2356 -> 2356 bytes
-rw-r--r--android/source/res/drawable-hdpi/handle_image_middle.png (renamed from android/source/res/drawable-hdpi/handle_middle.png)bin2499 -> 2499 bytes
-rw-r--r--android/source/res/drawable-hdpi/handle_image_start.png (renamed from android/source/res/drawable-hdpi/handle_start.png)bin2303 -> 2303 bytes
6 files changed, 15 insertions, 0 deletions
diff --git a/android/source/res/drawable-hdpi/handle_alias_end.xml b/android/source/res/drawable-hdpi/handle_alias_end.xml
new file mode 100644
index 000000000000..83198618afea
--- /dev/null
+++ b/android/source/res/drawable-hdpi/handle_alias_end.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+ android:src="@drawable/handle_image_end"
+ android:tint="@color/handle_color"/> \ No newline at end of file
diff --git a/android/source/res/drawable-hdpi/handle_alias_middle.xml b/android/source/res/drawable-hdpi/handle_alias_middle.xml
new file mode 100644
index 000000000000..a8587f66dab4
--- /dev/null
+++ b/android/source/res/drawable-hdpi/handle_alias_middle.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+ android:src="@drawable/handle_image_middle"
+ android:tint="@color/handle_color"/> \ No newline at end of file
diff --git a/android/source/res/drawable-hdpi/handle_alias_start.xml b/android/source/res/drawable-hdpi/handle_alias_start.xml
new file mode 100644
index 000000000000..df104709f3c2
--- /dev/null
+++ b/android/source/res/drawable-hdpi/handle_alias_start.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+ android:src="@drawable/handle_image_start"
+ android:tint="@color/handle_color"/> \ No newline at end of file
diff --git a/android/source/res/drawable-hdpi/handle_end.png b/android/source/res/drawable-hdpi/handle_image_end.png
index d5e204429ef3..d5e204429ef3 100644
--- a/android/source/res/drawable-hdpi/handle_end.png
+++ b/android/source/res/drawable-hdpi/handle_image_end.png
Binary files differ
diff --git a/android/source/res/drawable-hdpi/handle_middle.png b/android/source/res/drawable-hdpi/handle_image_middle.png
index f5dab66a978d..f5dab66a978d 100644
--- a/android/source/res/drawable-hdpi/handle_middle.png
+++ b/android/source/res/drawable-hdpi/handle_image_middle.png
Binary files differ
diff --git a/android/source/res/drawable-hdpi/handle_start.png b/android/source/res/drawable-hdpi/handle_image_start.png
index b6a8ce79e942..b6a8ce79e942 100644
--- a/android/source/res/drawable-hdpi/handle_start.png
+++ b/android/source/res/drawable-hdpi/handle_image_start.png
Binary files differ