diff --git a/app/src/main/res/layout/gamedetail_calendar_item.xml b/app/src/main/res/layout/gamedetail_calendar_item.xml index ee4e100a23..7c377e877f 100644 --- a/app/src/main/res/layout/gamedetail_calendar_item.xml +++ b/app/src/main/res/layout/gamedetail_calendar_item.xml @@ -8,7 +8,7 @@ android:id="@+id/calendar_day" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:textColor="14sp" + android:textSize="14sp" app:layout_constraintBottom_toTopOf="@+id/calendar_kaifu" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent"