parent
3af35fb612
commit
6fba37e855
@ -0,0 +1,72 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:background="@drawable/r10"
|
||||
tools:context=".chuangguan.GradeInfoActivity">
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="200dp"
|
||||
android:background="@drawable/d7">
|
||||
</ImageView>
|
||||
<TextView android:id="@+id/username"
|
||||
android:layout_height="100dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_marginTop="0dp"
|
||||
android:layout_gravity="center"
|
||||
android:gravity="center"
|
||||
android:text="用户名"
|
||||
android:textSize="50dp"
|
||||
android:textColor="#123233"
|
||||
android:textStyle="bold"
|
||||
android:textAllCaps="false">
|
||||
|
||||
</TextView>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="15dp"
|
||||
android:orientation="vertical">
|
||||
<TextView android:id="@+id/avg"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_marginTop="50dp"
|
||||
android:textColor="#123233"
|
||||
android:paddingLeft="50dp"
|
||||
android:layout_margin="10dp"
|
||||
android:text="平均分"
|
||||
android:textSize="30dp"
|
||||
android:textAllCaps="false">
|
||||
|
||||
</TextView>
|
||||
|
||||
<TextView android:id="@+id/max"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_margin="10dp"
|
||||
android:textColor="#123233"
|
||||
android:paddingLeft="50dp"
|
||||
android:text="最高分"
|
||||
android:textSize="30dp"
|
||||
android:textAllCaps="false">
|
||||
|
||||
</TextView>
|
||||
|
||||
<TextView android:id="@+id/rank"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_margin="10dp"
|
||||
android:paddingLeft="50dp"
|
||||
android:text="排 名"
|
||||
android:textColor="#123233"
|
||||
android:textSize="30dp"
|
||||
android:textAllCaps="false">
|
||||
|
||||
</TextView>
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
Loading…
Reference in new issue