Last time we saw the LineChart view (in part 3) it looked like this: What I want you to notice now is not the appearance of the line chart view itself, but the size and position of it. As you can see, the line chart view has a specific size. How is that size determined? In this case there is a vertical LinearLayout and the LineChartView and the TextView below it share the available height equally using weights on the…