activity_splash.xml 444 B

123456789101112131415
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="match_parent"
  3. android:layout_height="match_parent"
  4. android:background="@color/white"
  5. android:orientation="vertical">
  6. <TextView
  7. android:layout_width="match_parent"
  8. android:layout_height="match_parent"
  9. android:text="Hello World"
  10. android:gravity="center|center_vertical"
  11. />
  12. </LinearLayout>