summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/background.xml')
-rw-r--r--app/src/main/res/background.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/src/main/res/background.xml b/app/src/main/res/background.xml
deleted file mode 100644
index c83d187..0000000
--- a/app/src/main/res/background.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item>
- <shape android:shape="rectangle" android:padding="10dp">
- <solid android:color="#FF171717"/>
- <corners android:radius="10dp"/>
- </shape>
- </item>
-</layer-list>