Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/black">
- <ImageView
- android:id="@+id/splash_logo"
- android:layout_width="200dp"
- android:layout_height="200dp"
- android:src="@drawable/logo_big"
- android:layout_centerInParent="true"/>
- <com.github.leonardoxh.customfont.FontText
- android:id="@+id/text_welcome"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@+id/splash_logo"
- android:layout_centerHorizontal="true"
- android:gravity="center_horizontal"
- android:padding="16dp"
- android:visibility="gone"
- android:textColor="@color/white"
- android:textSize="24sp"
- android:text="@string/welcome"
- app:font="squaredance10"/>
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment