Android: How to change android:fillcolor with selector in one Vector Drawable xml

后端 未结 3 466
感动是毒
感动是毒 2021-01-12 01:46

Tab Icons: My current method is to create two files (ic_list_selected_24dp.xml and ic_list_unselected_24dp.xml; they are basically the same but only the android:fillCo

3条回答
  •  Happy的楠姐
    2021-01-12 02:08

    Try replacing the AppTheme in style.xml with a different parent like so:

    style name="AppTheme" parent="Theme.MaterialComponents.Light.DarkActionBar"

提交回复
热议问题