aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/account_image_border.xml
diff options
context:
space:
mode:
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