react-native-netease-imui
Version:
react-native netease imui
50 lines (41 loc) • 1.56 kB
text/xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="15dp"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:background="@drawable/round_bg"
android:orientation="vertical">
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:padding="9dp"
android:text="title" />
<View
android:layout_width="match_parent"
android:layout_height="1px"
android:background="#000000" />
<ListView
android:id="@+id/list_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="150dp">
</ListView>
</LinearLayout>
<Button
android:id="@+id/cancel"
android:background="@drawable/round_bg_selector"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="15dp"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:text="取消" />
</LinearLayout>