summaryrefslogtreecommitdiff
path: root/android/source/res/drawable
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-10-03 19:39:55 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-10-03 22:54:37 +0200
commitde376cb1c42543cd7717b0de88056ed4ab8af6d4 (patch)
tree004d79a951894d35331e1525c4a6c8b11bec8861 /android/source/res/drawable
parent2ff595dbf2b42b4b3ee961b63e5da92067aa8fd9 (diff)
android: remove no longer used files
Change-Id: Id3b71ac50e3c8ce9705f6df18edaaaa6ba8ad3fd
Diffstat (limited to 'android/source/res/drawable')
-rw-r--r--android/source/res/drawable/bg_striped.xml6
-rw-r--r--android/source/res/drawable/bg_striped_split.xml6
-rw-r--r--android/source/res/drawable/black_white_gradient.xml15
3 files changed, 0 insertions, 27 deletions
diff --git a/android/source/res/drawable/bg_striped.xml b/android/source/res/drawable/bg_striped.xml
deleted file mode 100644
index 77e0aab2221b..000000000000
--- a/android/source/res/drawable/bg_striped.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/bg_striped_img"
- android:tileMode="repeat"
- android:dither="true" /> \ No newline at end of file
diff --git a/android/source/res/drawable/bg_striped_split.xml b/android/source/res/drawable/bg_striped_split.xml
deleted file mode 100644
index 9b0e31354b28..000000000000
--- a/android/source/res/drawable/bg_striped_split.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/bg_striped_split_img"
- android:tileMode="repeat"
- android:dither="true" /> \ No newline at end of file
diff --git a/android/source/res/drawable/black_white_gradient.xml b/android/source/res/drawable/black_white_gradient.xml
deleted file mode 100644
index 3ed538ccec34..000000000000
--- a/android/source/res/drawable/black_white_gradient.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
- <gradient
- android:type="radial"
- android:gradientRadius="200"
- android:startColor="#FF000000"
- android:endColor="#00FFFFFF"
- android:angle="45"/>
- <padding android:left="7dp"
- android:top="7dp"
- android:right="7dp"
- android:bottom="7dp" />
- <corners android:radius="8dp" />
-</shape> \ No newline at end of file