我正在使用Android的默認rating bar
,有一個奇怪的灰色邊框已表示去除邊框,我想刪除它們。安卓:排名的酒吧
請注意::計算器上的很多答案建議使用自己的圖像,但我不想,有沒有任何要刪除邊框方法?
我的代碼::
<RatingBar
android:id="@+id/layout_fragment_home_recycler_view_rating_bar1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:numStars="5"
android:stepSize="1.0"
android:rating="4.0"
style="?android:attr/ratingBarStyleSmall"
android:layout_marginTop="10dp"
android:layout_marginBottom="7dp"
android:layout_marginLeft="7dp" />
什麼我得到
你能在這裏展示我們的形象 – Soham
更新你的答案,所以我們可以幫助您 –
@Soham編輯代碼 – Ravi