In landscape mode, give the bar chart more space than the pie chart
This commit is contained in:
parent
8128651bcc
commit
e8a12f92be
|
@ -15,7 +15,7 @@
|
||||||
android:id="@+id/sleepchart_pie_light_deep"
|
android:id="@+id/sleepchart_pie_light_deep"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:layout_weight="20">
|
android:layout_weight="40">
|
||||||
</com.github.mikephil.charting.charts.PieChart>
|
</com.github.mikephil.charting.charts.PieChart>
|
||||||
|
|
||||||
<!--<TextView-->
|
<!--<TextView-->
|
||||||
|
|
Loading…
Reference in New Issue