I use new TabLayout from com.android.support:design library. I want to change background of the selected/unselected tabs.
I look at sources and found only tabBackground attribute that change all tabs colour and does not control selected tab colour.
How can I control selected/unselected tab background?
                        
Define:
Apply: