qnAgg_splash.xml 477 字节
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/qnAgg_splash_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
     >
    <ImageView 
        android:id="@+id/qnAgg_splash_img"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@drawable/stss_splash"
        />

</RelativeLayout>