react-native-netease-imui
Version:
react-native netease imui
52 lines (43 loc) • 1.62 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: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"
android:visibility="gone" />
<View
android:layout_width="match_parent"
android:layout_height="1px"
android:background="#000000"
android:gravity="center"
android:visibility="gone" />
<ListView
android:id="@+id/list_view"
android:scrollbars="none"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="150dp">
</ListView>
</LinearLayout>
<Button
android:id="@+id/cancel"
android:visibility="gone"
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_selector"
android:text="取消" />
</LinearLayout>