min and max width of piechart (#3873)

This commit is contained in:
Tony Tam 2020-02-21 09:47:12 -08:00 committed by GitHub
parent 4e26749757
commit 324672444c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,13 @@
<de.danoeh.antennapod.view.PieChartView
android:id="@+id/pie_chart"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
android:maxWidth="800dp"
android:minWidth="460dp" />
<TextView
android:layout_width="match_parent"