summaryrefslogtreecommitdiff
path: root/app/src/custom/res/drawable/bg_connected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/custom/res/drawable/bg_connected.xml')
-rw-r--r--app/src/custom/res/drawable/bg_connected.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/src/custom/res/drawable/bg_connected.xml b/app/src/custom/res/drawable/bg_connected.xml
deleted file mode 100644
index f851203d..00000000
--- a/app/src/custom/res/drawable/bg_connected.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_running"/>
- </shape>
- </item>
- <item android:gravity="fill"
- android:bottom="80dp"
- android:drawable="@drawable/bg_connected_effect"
- >
- </item>
-</layer-list> \ No newline at end of file