修复一些界面问题
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user