82 lines
3.1 KiB
XML
82 lines
3.1 KiB
XML
<?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="wrap_content">
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="45dp"
|
|
android:paddingBottom="22dp"
|
|
android:background="@mipmap/sub_bg2"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical">
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/sub_recycle_rank"
|
|
android:layout_marginTop="50dp"
|
|
android:layout_marginStart="15dp"
|
|
android:layout_marginEnd="15dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="190dp"/>
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:layout_marginTop="10dp"
|
|
android:gravity="center_vertical">
|
|
|
|
<RelativeLayout
|
|
android:layout_marginEnd="15dp"
|
|
android:layout_width="100dp"
|
|
android:layout_height="40dp">
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:id="@+id/sub_leave"
|
|
android:layout_width="100dp"
|
|
android:layout_height="40dp"
|
|
android:src="@mipmap/sub_leave_zh"/>
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/sub_time"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentEnd="true"
|
|
android:fontFamily="sans-serif-medium"
|
|
android:textColor="#FF5B5B5B"
|
|
android:textSize="13sp"
|
|
android:text="10"
|
|
android:layout_marginEnd="30dp"
|
|
android:layout_marginTop="10dp"/>
|
|
|
|
</RelativeLayout>
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:id="@+id/sub_again"
|
|
android:layout_width="100dp"
|
|
android:layout_height="40dp"
|
|
android:src="@mipmap/sub_again_zh"/>
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="14dp"
|
|
android:textSize="11sp"
|
|
android:textColor="#FFAAAAAA"
|
|
android:text="@string/sub_admission_fee"
|
|
android:singleLine="true"/>
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:id="@+id/sub_title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/sub_over_zh"
|
|
android:layout_centerHorizontal="true"/>
|
|
|
|
</RelativeLayout> |