aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/account_image_border.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-02-08 12:17:18 +0100
committerChristian Schneppe <christian@pix-art.de>2019-02-08 12:17:18 +0100
commitadc02102534337b5614ca9a90e48d55079e321d7 (patch)
tree70de02de89029869c501dd0e3a6f8743ae242df4 /src/main/res/drawable/account_image_border.xml
parentaa4117c935ed98c856242332d23d19a007fcb48b (diff)
clean unused resources
Diffstat (limited to '')
-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 ba262a1df..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