diff options
author | Janak Amarasena <janakamarasena@gmail.com> | 2018-07-01 20:26:00 +0530 |
---|---|---|
committer | Janak Amarasena <janakamarasena@gmail.com> | 2018-07-01 20:26:00 +0530 |
commit | 95261cf5c78a6bd79284e1c81aea5a4883398017 (patch) | |
tree | 59adeaf0417085d908a19b17200eab03ebf09506 /app/src/custom | |
parent | fbb1df93d4c81b83af0b70374abd0806d86bfa66 (diff) |
Renamed mask to logo
Diffstat (limited to 'app/src/custom')
-rw-r--r-- | app/src/custom/res/drawable/splash_page.xml | 2 |
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> |