Rename tab icons to their default android names

This commit is contained in:
Christopher Eby 2010-05-16 11:50:20 -05:00
parent fad3b1160b
commit 9dc8baea64
9 changed files with 6 additions and 6 deletions

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 686 B

After

Width:  |  Height:  |  Size: 686 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 595 B

After

Width:  |  Height:  |  Size: 595 B

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 793 B

After

Width:  |  Height:  |  Size: 793 B

View File

@ -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>

View File

@ -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>

View File

@ -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>