How to reference from drawable to style
问题 My app with tabs has two themes. In each theme tabs have different images in selected and unselected state. How I can properly reference to image by theme? For example. I have in themes.xml <?xml version="1.0" encoding="utf-8"?> <style name="LightTheme" parent="@android:style/Theme.Light"> <item name="tabShows">@drawable/ic_tab_shows_unselected_light</item> <item name="tabShowsSelected">@drawable/ic_tab_shows_selected_light</item> <item name="tabNews">@drawable/ic_tab_news_selected_light<