diff options
Diffstat (limited to 'src/main/res/drawable/infocard_border.xml')
-rw-r--r-- | src/main/res/drawable/infocard_border.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main/res/drawable/infocard_border.xml b/src/main/res/drawable/infocard_border.xml deleted file mode 100644 index 61ddb5fc1..000000000 --- a/src/main/res/drawable/infocard_border.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<shape xmlns:android="http://schemas.android.com/apk/res/android"> - - <solid android:color="@color/grey50" /> - - <corners android:radius="5dp" /> - - <padding - android:bottom="0dp" - android:left="0dp" - android:right="0dp" - android:top="0dp" /> - -</shape>
\ No newline at end of file |