aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/drawable')
-rw-r--r--src/main/res/drawable/account_image_border.xml15
-rw-r--r--src/main/res/drawable/circle.xml8
-rw-r--r--src/main/res/drawable/es_slidingpane_shadow.xml12
-rw-r--r--src/main/res/drawable/message_bubble_sent_light.xml21
-rw-r--r--src/main/res/drawable/rounded_rectangle_primary.xml16
-rw-r--r--src/main/res/drawable/rounded_rectangle_red.xml16
6 files changed, 0 insertions, 88 deletions
diff --git a/src/main/res/drawable/account_image_border.xml b/src/main/res/drawable/account_image_border.xml
deleted file mode 100644
index 990d02886..000000000
--- a/src/main/res/drawable/account_image_border.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" >
-
- <corners android:radius="2dp" />
-
- <padding
- android:bottom="1.5dp"
- android:left="1.5dp"
- android:right="1.5dp"
- android:top="1.5dp" />
-
- <solid android:color="@color/black12" />
-
-</shape> \ No newline at end of file
diff --git a/src/main/res/drawable/circle.xml b/src/main/res/drawable/circle.xml
deleted file mode 100644
index b11fe20b7..000000000
--- a/src/main/res/drawable/circle.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item>
- <shape android:shape="oval">
- <solid android:color="@color/primary" />
- </shape>
- </item>
-</layer-list> \ No newline at end of file
diff --git a/src/main/res/drawable/es_slidingpane_shadow.xml b/src/main/res/drawable/es_slidingpane_shadow.xml
deleted file mode 100644
index b9aaf908b..000000000
--- a/src/main/res/drawable/es_slidingpane_shadow.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-
- <gradient
- android:endColor="@color/black12"
- android:startColor="@android:color/transparent" />
-
- <size
- android:height="0.5dp"
- android:width="3.0dp" />
-
-</shape> \ No newline at end of file
diff --git a/src/main/res/drawable/message_bubble_sent_light.xml b/src/main/res/drawable/message_bubble_sent_light.xml
deleted file mode 100644
index a66321a19..000000000
--- a/src/main/res/drawable/message_bubble_sent_light.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
- <corners
- android:topLeftRadius="5dp"
- android:topRightRadius="5dp"
- android:bottomRightRadius="0dp"
- android:bottomLeftRadius="5dp">
- </corners>
- <padding
- android:bottom="2dp"
- android:left="6dp"
- android:right="6dp"
- android:top="2dp" />
- <stroke
- android:width="1dp"
- android:color="?attr/color_border">
- </stroke>
- <solid
- android:color="?attr/color_bubble_light">
- </solid>
-</shape> \ No newline at end of file
diff --git a/src/main/res/drawable/rounded_rectangle_primary.xml b/src/main/res/drawable/rounded_rectangle_primary.xml
deleted file mode 100644
index 8ea2b0b5c..000000000
--- a/src/main/res/drawable/rounded_rectangle_primary.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
-
-<item>
- <shape android:shape="rectangle">
- <padding
- android:bottom="2dp"
- android:left="2dp"
- android:right="2dp"
- android:top="2dp" />
- <solid android:color="?attr/colorAccent" />
- <corners android:radius="6dp" />
- </shape>
-</item>
-
-</layer-list> \ No newline at end of file
diff --git a/src/main/res/drawable/rounded_rectangle_red.xml b/src/main/res/drawable/rounded_rectangle_red.xml
deleted file mode 100644
index a6cb17d2b..000000000
--- a/src/main/res/drawable/rounded_rectangle_red.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
-
- <item>
- <shape android:shape="rectangle">
- <padding
- android:bottom="2dp"
- android:left="2dp"
- android:right="2dp"
- android:top="2dp" />
- <solid android:color="@color/red800" />
- <corners android:radius="6dp" />
- </shape>
- </item>
-
-</layer-list> \ No newline at end of file