This commit is contained in:
2026-05-11 14:45:46 +01:00
parent d5fe1a10be
commit a02aecc3c9
49 changed files with 2088 additions and 4860 deletions

View File

@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
style="@style/Widget.NaMesa.Card"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="20dp"
android:layout_marginHorizontal="24dp"
android:layout_marginVertical="8dp"
app:cardCornerRadius="20dp"
app:cardElevation="2dp"
app:cardBackgroundColor="@color/colorSurface"
app:strokeWidth="0dp">
<LinearLayout