0
對不起,我的英文。我使用RatingBar,但當它被擠壓時,它顯得很突出。我如何刪除它?示例圖片:RatingBar長按(安卓)
我的XML
<RatingBar
android:id="@+id/startBar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:stepSize="1"
android:layout_marginTop="30dp" />
感謝您的回答。但是如果我長時間點擊星星,我需要刪除分配背景。 – pot34731