summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/footer_text_drawable.xml
diff options
context:
space:
mode:
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>