im_nim_lingxi_first_question.xml 473 Bytes
Newer Older
1
<?xml version="1.0" encoding="utf-8"?>
霍志良 committed
2 3 4 5 6 7 8 9 10 11 12
<FrameLayout android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    xmlns:android="http://schemas.android.com/apk/res/android">
    <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:id="@+id/first_question"
        android:scaleType="fitXY"
        >
    </ImageView>
</FrameLayout>