<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout
|
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
|
android:layout_height="36dp"
|
android:layout_marginHorizontal="15dp"
|
android:id="@+id/root">
|
<View
|
android:layout_width="1dp"
|
android:layout_height="match_parent"
|
android:background="#D7D7D7"/>
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:gravity="center"
|
android:textStyle="bold"
|
android:textSize="12sp"
|
android:layout_weight="2"
|
android:textColor="@color/textColor"
|
android:id="@+id/tv_rank"/>
|
<View
|
android:layout_width="1dp"
|
android:layout_height="match_parent"
|
android:background="#D7D7D7"/>
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:gravity="center"
|
android:textStyle="bold"
|
android:textSize="12sp"
|
android:layout_weight="3"
|
android:textColor="@color/textColor"
|
android:id="@+id/tv_name"/>
|
<View
|
android:layout_width="1dp"
|
android:layout_height="match_parent"
|
android:background="#D7D7D7"/>
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:gravity="center"
|
android:textStyle="bold"
|
android:textSize="12sp"
|
android:layout_weight="4"
|
android:textColor="@color/textColor"
|
android:id="@+id/tv_time"/>
|
<View
|
android:layout_width="1dp"
|
android:layout_height="match_parent"
|
android:background="#D7D7D7"/>
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="match_parent"
|
android:gravity="center"
|
android:textStyle="bold"
|
android:textSize="12sp"
|
android:layout_weight="3"
|
android:textColor="@color/textColor"
|
android:id="@+id/tv_data"/>
|
<View
|
android:layout_width="1dp"
|
android:layout_height="match_parent"
|
android:background="#D7D7D7"/>
|
|
</LinearLayout>
|