Androidで以下のように距離ウィジェットを設定する方法
私は明らかに評価バーを設定できますが、次のバーを達成するのに苦労しています
解決策はありますか
私が今持っているコード::
<RatingBar
android:id="@+id/ratingBar"
style="?android:attr/ratingBarStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBottom="@+id/RestaurantPicImageLinearViewID"
android:layout_centerHorizontal="true" />