stss_agg_splash.xml
481 字节
<?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_agg_splash"
/>
</RelativeLayout>