From 905cf37dc3e5e7a3a3ffdd80b09cb4be3ccfc806 Mon Sep 17 00:00:00 2001 From: cyberta Date: Wed, 30 Nov 2022 16:01:52 +0100 Subject: add new drawables for riseupVPN --- app/src/custom/res/layout/v_location_button.xml | 104 +++++++++++++++++ app/src/custom/res/layout/v_main_button.xml | 142 ++++++++++++++++++++++++ 2 files changed, 246 insertions(+) create mode 100644 app/src/custom/res/layout/v_location_button.xml create mode 100644 app/src/custom/res/layout/v_main_button.xml (limited to 'app/src/custom/res/layout') diff --git a/app/src/custom/res/layout/v_location_button.xml b/app/src/custom/res/layout/v_location_button.xml new file mode 100644 index 00000000..8aaf4978 --- /dev/null +++ b/app/src/custom/res/layout/v_location_button.xml @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/custom/res/layout/v_main_button.xml b/app/src/custom/res/layout/v_main_button.xml new file mode 100644 index 00000000..e3f96693 --- /dev/null +++ b/app/src/custom/res/layout/v_main_button.xml @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3