window_activity.xml
1.0 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"/>
<ListView
android:id="@+id/activity_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:divider="#f2f3f7"
android:dividerHeight="5dp"
android:listSelector="@android:color/transparent"
android:scrollbars="none"
tools:listitem="@layout/activity_item" />
</LinearLayout>
</LinearLayout>