How to adjust Horizontal Bar chart in layout?
问题 In this layout, I use Horizontal chart and ratingBar widget.I want every bar to be in front of its own ratingBar. I change barWidth of chart but I couldn't adjust my layout. This is my xml layout: <LinearLayout android:id="@+id/layoutRating" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:layout_marginTop="20dp" android:layout_below="@+id/txtLabelRate" android:visibility="visible"> <com.github.mikephil.charting.charts