aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-11-12 22:47:00 +0100
committerChristian Schneppe <christian@pix-art.de>2016-11-12 22:47:00 +0100
commit875e1added3804a17437bdba69d74cddd5c20d4d (patch)
treeb02913731ebf18ec4868510e97ddd837a51d589b /src/main/res/drawable
parent4b16922cbbee2bd1d45ca2ba4796c5bc9036fdf6 (diff)
remove unused ressources
Diffstat (limited to 'src/main/res/drawable')
-rw-r--r--src/main/res/drawable/account_image_border.xml15
1 files changed, 0 insertions, 15 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 e80f50cd5..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="5dp" />
-
- <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