排行榜UI修改

This commit is contained in:
被淹死的鱼
2026-03-18 17:29:18 +08:00
parent 2327d4d5d9
commit 659eef7e29
84 changed files with 1164 additions and 848 deletions

View File

@@ -102,7 +102,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:text="FU圈"
android:text="视频"
android:textColor="@color/zhimi_bottom_text"
android:textSize="10dp"
app:layout_constraintBottom_toBottomOf="parent"

View File

@@ -4,7 +4,7 @@
android:id="@+id/title_bg"
android:layout_width="match_parent"
android:layout_height="80dp"
android:background="@color/titleColor"
android:background="@color/tran_color"
tools:viewBindingIgnore="true"
android:orientation="vertical">

View File

@@ -18,6 +18,7 @@
<color name="cp_colorPrimarys">#3F51B5</color>
<color name="cp_colorPrimaryDark">#303F9F</color>
<color name="cp_colorAccent">#3F51B5</color>
<color name="tran_color">#003F51B5</color>
<color name="cp_color_gray_light">#cdcdcd</color>
<color name="cp_color_gray">#999999</color>