在构建布局时,我注意到selectableItemBackground
的背景颜色与UI其余部分的背景颜色不匹配。为了缓解这种情况,我想导入{android_sdk}/platforms/{platform}/data/res/drawable/item_background.xml
。然后我当然也需要导入相关的drawable,但是,drawable @drawable/list_selector_background_disabled
和@drawable/list_selector_background_focused
不在我期望的drawable文件夹中。
所以我的问题是:这些抽屉在哪里?或者:如何更改默认selectableItemBackground
的背景色调?
答案 0 :(得分:0)
您可以对selectableItemBackground使用android:foreground
属性,这样您就可以使用android:background
和tint进行任何控制
android:foreground="?android:attr/selectableItemBackground"