Warning, /education/marble/data/android/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="#FFFFFF"/>
0006         </shape>
0007     </item>
0008     <item android:width="256dp" android:height="256dp" android:gravity="center">
0009         <bitmap
0010             android:layout_width="fill_parent"
0011             android:layout_height="fill_parent"
0012             android:scaleType="fitXY"
0013             android:src="@drawable/splash_logo" />
0014     </item>
0015 </layer-list>