5663a838e7
Remove until a more future proof solution is found as mpandroidchart is not maintained anymore.
16 lines
541 B
XML
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> |