第一次提交
This commit is contained in:
160
app/src/main/res/layout/item_zhi_rank_title.xml
Normal file
160
app/src/main/res/layout/item_zhi_rank_title.xml
Normal file
@@ -0,0 +1,160 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="32dp"
|
||||
android:background="@color/transparent"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
tools:viewBindingIgnore="true">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_back"
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="44dp">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:src="@drawable/ic_return_white" />
|
||||
</RelativeLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/dynamic_title_view_1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginEnd="16dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dynamic_title_name_1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:text="魅力榜"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<View
|
||||
android:id="@+id/dynamic_title_bottom_line_1"
|
||||
android:layout_width="14dp"
|
||||
android:layout_height="4dp"
|
||||
android:layout_below="@+id/dynamic_title_name_1"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="@dimen/dp2"
|
||||
android:layout_marginBottom="@dimen/dp2"
|
||||
android:background="@drawable/shape_rank_selector_bottom" />
|
||||
</RelativeLayout>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/dynamic_title_view_2"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dynamic_title_name_2"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:text="礼物榜"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<View
|
||||
android:id="@+id/dynamic_title_bottom_line_2"
|
||||
android:layout_width="14dp"
|
||||
android:layout_height="4dp"
|
||||
android:layout_below="@+id/dynamic_title_name_2"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="@dimen/dp2"
|
||||
android:layout_marginBottom="@dimen/dp2"
|
||||
android:background="@drawable/shape_rank_selector_bottom" />
|
||||
</RelativeLayout>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/dynamic_title_view_3"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginStart="@dimen/dp16">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dynamic_title_name_3"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:text="守护榜"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<View
|
||||
android:id="@+id/dynamic_title_bottom_line_3"
|
||||
android:layout_width="14dp"
|
||||
android:layout_height="4dp"
|
||||
android:layout_below="@+id/dynamic_title_name_3"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="@dimen/dp2"
|
||||
android:layout_marginBottom="@dimen/dp2"
|
||||
android:background="@drawable/shape_rank_selector_bottom" />
|
||||
</RelativeLayout>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/dynamic_title_view_4"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginStart="@dimen/dp16">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dynamic_title_name_4"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:text="邀请榜"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<View
|
||||
android:id="@+id/dynamic_title_bottom_line_4"
|
||||
android:layout_width="14dp"
|
||||
android:layout_height="4dp"
|
||||
android:layout_below="@+id/dynamic_title_name_4"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="@dimen/dp2"
|
||||
android:layout_marginBottom="@dimen/dp2"
|
||||
android:background="@drawable/shape_rank_selector_bottom" />
|
||||
</RelativeLayout>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/dynamic_title_view_5"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginStart="@dimen/dp16">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dynamic_title_name_5"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:text="消费榜"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<View
|
||||
android:id="@+id/dynamic_title_bottom_line_5"
|
||||
android:layout_width="14dp"
|
||||
android:layout_height="4dp"
|
||||
android:layout_below="@+id/dynamic_title_name_5"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="@dimen/dp2"
|
||||
android:layout_marginBottom="@dimen/dp2"
|
||||
android:background="@drawable/shape_rank_selector_bottom" />
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user