Guest User

Untitled

a guest
Apr 25th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="#0099cc"
  6. tools:context="com.taleshi.fartal.Activities.SplashScreenActivity">
  7.  
  8. <ImageView
  9. android:layout_width="match_parent"
  10. android:layout_height="match_parent"
  11. android:src="@drawable/splashscreen"
  12. android:scaleType="fitXY"/>
Add Comment
Please, Sign In to add comment