3

有没有办法去除微调器下方的灰色分隔线?(右下箭头左侧的那个) 是作为样式应用的某种阴影效果吗?

并定义如下:

<com.actionbarsherlock.internal.widget.IcsSpinner
    android:id="@+id/actionbar_settings_more"
    android:layout_width="50dp"
    android:layout_height="wrap_content"
    android:layout_alignParentRight="true" 
></com.actionbarsherlock.internal.widget.IcsSpinner>
4

1 回答 1

5

找到了答案。基本上我所要做的就是像这样改变 Spinner 的背景: android:background="@drawable/abs__spinner_ab_holo_light"

这是 Sherlock ActionBar 定义的选择器

希望这可以帮助某人

于 2013-08-31T16:49:28.660 回答