我想设置 DrawerArrowToogle 背景颜色,当它处于按下状态时。我找到了抽屉的样式,但它没有“背景”属性。
<style name="Base.Widget.AppCompat.DrawerArrowToggle" parent="">
<item name="color">?android:attr/textColorSecondary</item>
<item name="thickness">2dp</item>
<item name="barSize">18dp</item>
<item name="gapBetweenBars">3dp</item>
<item name="topBottomBarArrowSize">11.31dp</item>
<item name="middleBarArrowSize">16dp</item>
<item name="drawableSize">24dp</item>
<item name="spinBars">true</item>
</style>
我也尝试设置android:selectableItemBackground
,但没有帮助。
那么,如何为 DrawerArrowToogle 设置背景(来自最新的支持库)?