Files
luna-tracker/app/src/main/res/layout/more_events_popup.xml
T
mwarning 5663a838e7 global: remove statistics
Remove until a more future proof solution is found
as mpandroidchart is not maintained anymore.
2026-08-08 21:51:37 +02:00

16 lines
541 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="10dp"
android:background="@color/transparent">
<LinearLayout
android:id="@+id/layout_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<!-- Buttons are inserted dynamically -->
</LinearLayout>
</ScrollView>