2015-05-30 49 views
0

對不起,我的英文。我使用RatingBar,但當它被擠壓時,它顯得很突出。我如何刪除它?示例圖片:RatingBar長按(安卓)

enter image description here

我的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" /> 

回答