Warning, /system/mycroft-gui/application/android/res/drawable/splash.xml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="utf-8"?> 0002 <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> 0003 <item> 0004 <shape android:shape="rectangle" > 0005 <solid android:color="#020202FF"/> 0006 </shape> 0007 </item> 0008 <item> 0009 <bitmap android:src="@drawable/mycroft_splash" 0010 android:gravity="center"/> 0011 </item> 0012 </layer-list>