summaryrefslogtreecommitdiff
path: root/app/src/custom
diff options
context:
space:
mode:
authorJanak Amarasena <janakamarasena@gmail.com>2018-07-01 20:26:00 +0530
committerJanak Amarasena <janakamarasena@gmail.com>2018-07-01 20:26:00 +0530
commit95261cf5c78a6bd79284e1c81aea5a4883398017 (patch)
tree59adeaf0417085d908a19b17200eab03ebf09506 /app/src/custom
parentfbb1df93d4c81b83af0b70374abd0806d86bfa66 (diff)
Renamed mask to logo
Diffstat (limited to 'app/src/custom')
-rw-r--r--app/src/custom/res/drawable/splash_page.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/custom/res/drawable/splash_page.xml b/app/src/custom/res/drawable/splash_page.xml
index 8fe99847..57caa834 100644
--- a/app/src/custom/res/drawable/splash_page.xml
+++ b/app/src/custom/res/drawable/splash_page.xml
@@ -10,7 +10,7 @@
<item>
<!--Rename mask to foreground image name-->
<bitmap
- android:src="@drawable/mask"
+ android:src="@drawable/logo"
android:gravity="center" />
</item>