kl_activity_splash.xml 440 字节
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
    android:orientation="vertical"
    android:layout_height="match_parent">
    <ImageView
        android:background="@color/klfont_white"
        android:src="@mipmap/kl_splash"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
</LinearLayout>