| | |
| | | <androidx.cardview.widget.CardView |
| | | android:id="@+id/chart_courier_card_view" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="400dp" |
| | | android:layout_marginHorizontal="16dp" |
| | | android:layout_marginBottom="16dp"> |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginHorizontal="0dp" |
| | | android:layout_marginBottom="0dp"> |
| | | |
| | | <com.github.mikephil.charting.charts.PieChart |
| | | android:id="@+id/chart_courier_distribution" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:padding="16dp" /> |
| | | android:layout_height="wrap_content" |
| | | android:minHeight="300dp" |
| | | android:padding="0dp" /> |
| | | </androidx.cardview.widget.CardView> |
| | | |
| | | </LinearLayout> |