mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-13 09:27:19 +01:00
min and max width of piechart (#3873)
This commit is contained in:
parent
4e26749757
commit
324672444c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user