summaryrefslogtreecommitdiff
path: root/app/src/normal/res/drawable/bg_connecting.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/normal/res/drawable/bg_connecting.xml')
-rw-r--r--app/src/normal/res/drawable/bg_connecting.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/src/normal/res/drawable/bg_connecting.xml b/app/src/normal/res/drawable/bg_connecting.xml
deleted file mode 100644
index 8482d30e..00000000
--- a/app/src/normal/res/drawable/bg_connecting.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:gravity="fill">
- <shape android:shape="rectangle">
- <solid android:color="@color/bg_connecting"/>
- </shape>
- </item>
- <item android:gravity="fill"
- android:bottom="80dp"
- android:drawable="@drawable/bg_connecting_effect"
- >
- </item>
-</layer-list> \ No newline at end of file