cloudroam
2025-03-06 3e4f923cedc17a0d56d045cb9afda8d6f903b988
app/src/main/res/layout/layout_year_stats.xml
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginHorizontal="16dp"
    android:layout_marginTop="8dp"
    android:layout_marginBottom="16dp">
    <LinearLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
@@ -74,3 +81,4 @@
    </LinearLayout>
</LinearLayout> 
</androidx.cardview.widget.CardView>