1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-17 02:44:04 +02:00

In landscape mode, give the bar chart more space than the pie chart

This commit is contained in:
cpfeiffer 2015-08-25 23:10:11 +02:00
parent 8128651bcc
commit e8a12f92be

View File

@ -15,7 +15,7 @@
android:id="@+id/sleepchart_pie_light_deep"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="20">
android:layout_weight="40">
</com.github.mikephil.charting.charts.PieChart>
<!--<TextView-->