Make pretty

This commit is contained in:
Philipp Heckel 2025-12-25 20:41:21 -05:00
parent 99a40e9c38
commit a2d4e450d9

View file

@ -4,17 +4,17 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorSurfaceVariant"
android:background="@color/detail_activity_background"
android:paddingStart="12dp"
android:paddingEnd="12dp"
android:paddingTop="16dp"
android:paddingBottom="16dp">
android:paddingTop="8dp"
android:paddingBottom="8dp">
<com.google.android.material.card.MaterialCardView
android:id="@+id/message_bar_card"
android:layout_width="0dp"
android:layout_height="wrap_content"
app:cardCornerRadius="3dp"
app:cardCornerRadius="8dp"
app:cardElevation="0dp"
app:strokeWidth="0dp"
app:cardBackgroundColor="?android:attr/colorBackground"