| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent"> |
| | | <ListView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:id="@+id/lv"></ListView> |
| | | 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> |