aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/message_border.xml
diff options
context:
space:
mode:
authorRaphael Pohl <eiszfuchs@eiszblu.me>2015-07-19 14:26:03 +0200
committerDaniel Gultsch <daniel@gultsch.de>2015-07-20 16:02:17 +0200
commite6cb12dfe414497b4317820497985c110cb81864 (patch)
tree65605439fef6305bcb48dcf0b62ecf7eaebde707 /src/main/res/drawable/message_border.xml
parent504ef0b72ebd951e3f3f493435fb96713a2b4efe (diff)
changed message bubble appearance
Diffstat (limited to 'src/main/res/drawable/message_border.xml')
-rw-r--r--src/main/res/drawable/message_border.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/main/res/drawable/message_border.xml b/src/main/res/drawable/message_border.xml
deleted file mode 100644
index 990d0288..00000000
--- a/src/main/res/drawable/message_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