Initial commit
This commit is contained in:
8
app/src/main/res/drawable-hdpi/icon_overview_tab.xml
Normal file
8
app/src/main/res/drawable-hdpi/icon_overview_tab.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- When selected, use grey -->
|
||||
<item android:drawable="@drawable/home"
|
||||
android:state_selected="true" />
|
||||
<!-- When not selected, use white-->
|
||||
<item android:drawable="@drawable/home" />
|
||||
</selector>
|
Reference in New Issue
Block a user