I add a pie chart on my android application and it worked perfectly, but, despite the layout was defined to "match_parent", it got really small, I couldn't even read it.
I found a answer here on StackOverflow that says to put the chart as the content (setContentView(pieChart)) and it worked, but I want to add more elements below the chart so it can't be set as the content.
What should I do?
<com.github.mikephil.charting.charts.PieChart>- Notheros