시리즈 상세 작품소개

- 구분선 색 변경
This commit is contained in:
klaus 2024-04-30 13:32:10 +09:00
parent 7cd4d180c2
commit 346334a0ba
2 changed files with 3 additions and 3 deletions

View File

@ -197,7 +197,7 @@
app:tabIndicatorColor="@color/color_3bb9f1" app:tabIndicatorColor="@color/color_3bb9f1"
app:tabIndicatorFullWidth="true" app:tabIndicatorFullWidth="true"
app:tabIndicatorHeight="1.3dp" app:tabIndicatorHeight="1.3dp"
app:tabSelectedTextColor="@color/color_eeeeee" app:tabSelectedTextColor="@color/color_3bb9f1"
app:tabTextAppearance="@style/tabText" app:tabTextAppearance="@style/tabText"
app:tabTextColor="@color/color_777777" /> app:tabTextColor="@color/color_777777" />

View File

@ -27,7 +27,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="6.7dp" android:layout_height="6.7dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:background="@color/color_979797" /> android:background="@color/color_222222" />
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"
@ -54,7 +54,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="6.7dp" android:layout_height="6.7dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:background="@color/color_979797" /> android:background="@color/color_222222" />
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"