Warning, /utilities/powerplant/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 android:width="128dp" android:height="128dp" android:gravity="center"> 0004 <bitmap 0005 android:layout_width="fill_parent" 0006 android:layout_height="fill_parent" 0007 android:scaleType="fitXY" 0008 android:src="@drawable/logo"/> 0009 </item> 0010 </layer-list>