window_message.xml
1.3 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<LinearLayout
android:id="@+id/sum_lin"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/round_rad5_bg"
android:backgroundTint="#f2f3f7"
android:orientation="vertical">
<include layout="@layout/aiqu_navigation"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/round_rad5_bg"
android:layout_margin="10dp"
android:orientation="vertical">
<ListView
android:id="@+id/message_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:divider="#f2f3f7"
android:layout_marginTop="10dp"
android:dividerHeight="10dp"
android:listSelector="@android:color/transparent"
android:scrollbars="none"
tools:listitem="@layout/window_message_item" />
</LinearLayout>
</LinearLayout>
</LinearLayout>