Advertisement
IndahAinur0909

(animated splash screen) activity_splash_screen.xml

Jul 26th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="@color/background_color"
  6. android:gravity="center"
  7. android:id="@+id/lin_lay"
  8. >
  9. <ImageView
  10. android:layout_width="200dp"
  11. android:layout_height="200dp"
  12. android:src="@drawable/icon_logo_hi"
  13. android:id="@+id/splash"
  14. />
  15. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement