Rename tab icons to their default android names
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 686 B After Width: | Height: | Size: 686 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 595 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 793 B After Width: | Height: | Size: 793 B |
@ -3,7 +3,7 @@
|
||||
<item
|
||||
android:state_selected="true"
|
||||
android:state_pressed="false"
|
||||
android:drawable="@drawable/tab_albums_selected" />
|
||||
android:drawable="@drawable/ic_tab_albums_selected" />
|
||||
<item
|
||||
android:drawable="@drawable/tab_albums_unselected" />
|
||||
android:drawable="@drawable/ic_tab_albums_unselected" />
|
||||
</selector>
|
@ -3,7 +3,7 @@
|
||||
<item
|
||||
android:state_selected="true"
|
||||
android:state_pressed="false"
|
||||
android:drawable="@drawable/tab_artists_selected" />
|
||||
android:drawable="@drawable/ic_tab_artists_selected" />
|
||||
<item
|
||||
android:drawable="@drawable/tab_artists_unselected" />
|
||||
android:drawable="@drawable/ic_tab_artists_unselected" />
|
||||
</selector>
|
@ -3,7 +3,7 @@
|
||||
<item
|
||||
android:state_selected="true"
|
||||
android:state_pressed="false"
|
||||
android:drawable="@drawable/tab_songs_selected" />
|
||||
android:drawable="@drawable/ic_tab_songs_selected" />
|
||||
<item
|
||||
android:drawable="@drawable/tab_songs_unselected" />
|
||||
android:drawable="@drawable/ic_tab_songs_unselected" />
|
||||
</selector>
|