aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/account_image_border.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-23 21:01:58 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-23 21:01:58 +0200
commitf9102b21c00d1b4b971a80472eb62665515c9959 (patch)
treecbc9c2c1c7bf57c8a05f841e8f95b0d4176a0fcd /src/main/res/drawable/account_image_border.xml
parentb579436846cca0015120aaaf07378c57671707b2 (diff)
remove unused resources
Diffstat (limited to 'src/main/res/drawable/account_image_border.xml')
-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 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