summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/footer_text_drawable.xml
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2023-08-07 01:51:31 +0000
committercyberta <cyberta@riseup.net>2023-08-07 01:51:31 +0000
commit5c8c3bcc384631edd45983b8beb066cf637695d9 (patch)
tree0b1be88a74c9594036d86147177d7ca5d9f67241 /app/src/main/res/drawable/footer_text_drawable.xml
parent46bbdf33a07f65c51f93f51075c6b11b43bad4ee (diff)
parent34539d080f2ce05eb668267180283f8332835d2c (diff)
Merge branch 'first_run_improvements' into 'master'
update design and UX for provider setup See merge request leap/bitmask_android!252
Diffstat (limited to 'app/src/main/res/drawable/footer_text_drawable.xml')
-rw-r--r--app/src/main/res/drawable/footer_text_drawable.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/app/src/main/res/drawable/footer_text_drawable.xml b/app/src/main/res/drawable/footer_text_drawable.xml
deleted file mode 100644
index e3ec5005..00000000
--- a/app/src/main/res/drawable/footer_text_drawable.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item
- android:gravity="fill_horizontal">
-
- <shape android:shape="rectangle"
- xmlns:android="http://schemas.android.com/apk/res/android">
- <solid android:color="@android:color/white"/>
- </shape>
- </item>
- <item
- android:gravity="center"
- android:top="@dimen/footer_text_padding"
- android:bottom="@dimen/footer_text_padding"
- android:left="20dp"
- android:right="20dp"
- >
- <bitmap android:src="@drawable/leap_footer_en"/>
- </item>
-</layer-list>