global: remove statistics

Remove until a more future proof solution is found
as mpandroidchart is not maintained anymore.
This commit is contained in:
2026-08-08 21:44:17 +02:00
parent d74524524a
commit 5663a838e7
10 changed files with 1 additions and 1022 deletions
+1 -11
View File
@@ -10,17 +10,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/button_statistics"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="10dp"
android:background="@drawable/dropdown_list_item_background"
style="@style/OverflowMenuText"
android:text="📊 Statistics"/>
<!-- Other buttons are inserted dynamically -->
<!-- Buttons are inserted dynamically -->
</LinearLayout>
</ScrollView>