Fblite

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<ImageView

android:background="@drawable/yourpng"
android:layout_height="fill_parent"
android:layout_width="fill_parent" />

<ViewStub android:id="@id/startup_progress_screen_stub"
android:layout="@layout/startup_progress_screen"
android:inflatedId="@id/startup_progress_view" android:layout_width="fill_parent"
android:layout_height="fill_parent" />

You might also like