This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
DevOpsOpenHack/MobileApps/MyDriving/MyDriving.Android/Resources/drawable/background_splash.xml
2022-11-03 16:41:13 -04:00

13 lines
314 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="@color/primary"/>
<item>
<bitmap
android:gravity="center"
android:src="@drawable/navigation_logo"/>
</item>
</layer-list>