summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/bitmask_text.pngbin2878 -> 0 bytes
-rw-r--r--app/src/main/res/drawable/footer_text_drawable.xml21
-rw-r--r--app/src/main/res/drawable/leap_footer_en.pngbin1339 -> 0 bytes
-rw-r--r--app/src/main/res/drawable/splash_page.xml12
4 files changed, 3 insertions, 30 deletions
diff --git a/app/src/main/res/drawable/bitmask_text.png b/app/src/main/res/drawable/bitmask_text.png
deleted file mode 100644
index 9a13b150..00000000
--- a/app/src/main/res/drawable/bitmask_text.png
+++ /dev/null
Binary files differ
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>
diff --git a/app/src/main/res/drawable/leap_footer_en.png b/app/src/main/res/drawable/leap_footer_en.png
deleted file mode 100644
index 4881eb29..00000000
--- a/app/src/main/res/drawable/leap_footer_en.png
+++ /dev/null
Binary files differ
diff --git a/app/src/main/res/drawable/splash_page.xml b/app/src/main/res/drawable/splash_page.xml
index 92ae59ef..aafac0db 100644
--- a/app/src/main/res/drawable/splash_page.xml
+++ b/app/src/main/res/drawable/splash_page.xml
@@ -4,15 +4,9 @@
<item android:drawable="@drawable/ic_splash_background"
android:gravity="fill_horizontal|fill_vertical"/>
+
<item
- android:top="@dimen/splash_text_top_padding"
- >
- <bitmap
- android:src="@drawable/bitmask_text"
- android:gravity="center_horizontal|top" />
- </item>
- <item
- android:drawable="@drawable/footer_text_drawable"
- android:gravity="bottom|fill_horizontal" />
+ android:drawable="@drawable/splash_icon"
+ android:gravity="center" />
</layer-list> \ No newline at end of file