1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/stu_score_bg">
    <include android:id="@+id/title_item" layout="@layout/layout_score_item_title"/>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_below="@+id/title_item"
        android:layout_height="wrap_content">
        <ListView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginBottom="1dp"
            android:id="@+id/lv"></ListView>
    </LinearLayout>
<LinearLayout
    android:layout_width="88dp"
    android:layout_height="48dp"
    android:layout_alignParentBottom="true"
    android:layout_alignParentEnd="true"
    android:orientation="horizontal">
 
 
</LinearLayout>
 
</RelativeLayout>