修复一些界面问题

This commit is contained in:
HapeLee
2025-09-24 01:57:23 +08:00
parent a99d259281
commit a10c4f630b
+3 -3
View File
@@ -3,8 +3,8 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
app:cardBackgroundColor="?attr/colorTertiaryContainer" app:cardBackgroundColor="?attr/colorTertiaryFixed"
app:strokeColor="?attr/colorTertiaryContainer" app:strokeColor="?attr/colorTertiaryFixed"
android:clickable="true" android:clickable="true"
android:focusable="true"> android:focusable="true">
<TextView <TextView
@@ -20,7 +20,7 @@
android:paddingEnd="16dp" android:paddingEnd="16dp"
android:maxLines="1" android:maxLines="1"
android:textSize="14sp" android:textSize="14sp"
android:textColor="?attr/colorTertiary" android:textColor="?attr/colorOnTertiaryFixedVariant"
tools:ignore="UnusedAttribute" /> tools:ignore="UnusedAttribute" />
</com.google.android.material.card.MaterialCardView> </com.google.android.material.card.MaterialCardView>