fragment_splash.xml
1.2 KB
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical">
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/image"
app:placeholderImageScaleType="centerCrop"
app:placeholderImage="@mipmap/splash"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop" />
<!--<Button
android:text="GO"
android:id="@+id/btn_go"
android:visibility="gone"
android:layout_marginBottom="50dp"
android:layout_gravity="bottom|center"
android:layout_width="130dp"
android:layout_height="wrap_content" />-->
<ImageView
android:id="@+id/btn_go"
android:layout_width="130dp"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center"
android:layout_marginBottom="70dp"
android:onClick="onClick"
android:src="@mipmap/tiyanbanben_btn"
android:visibility="gone" />
</FrameLayout>