summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/statistics_listitem_total.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/src/main/res/layout/statistics_listitem_total.xml b/app/src/main/res/layout/statistics_listitem_total.xml
index f24f13398..2efe37bfe 100644
--- a/app/src/main/res/layout/statistics_listitem_total.xml
+++ b/app/src/main/res/layout/statistics_listitem_total.xml
@@ -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"