diff options
Diffstat (limited to 'app/src/custom/res/drawable')
-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> |