summaryrefslogtreecommitdiff
path: root/app/src/normal/res/drawable/bg_connected.xml
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2022-12-04 04:08:12 +0100
committercyberta <cyberta@riseup.net>2022-12-04 04:08:12 +0100
commit7bb9d4210d1411294bc2d8152d6d56a5e5f8e207 (patch)
tree0e2ac1c483f2c35f1e41f6221bfc04d46b33a3b7 /app/src/normal/res/drawable/bg_connected.xml
parente8625b3fb29285d73033efb3aab96263528e270a (diff)
replace vpn state background pngs for Bitmask with vector graphics
Diffstat (limited to 'app/src/normal/res/drawable/bg_connected.xml')
-rw-r--r--app/src/normal/res/drawable/bg_connected.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/normal/res/drawable/bg_connected.xml b/app/src/normal/res/drawable/bg_connected.xml
new file mode 100644
index 00000000..19dac103
--- /dev/null
+++ b/app/src/normal/res/drawable/bg_connected.xml
@@ -0,0 +1,14 @@
+<?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:top="80dp"
+ android:gravity="fill"
+ android:drawable="@drawable/bg_connected_effect"
+ >
+ </item>
+</layer-list> \ No newline at end of file