Added new icons
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 3.0 KiB |
|
@ -3,13 +3,13 @@
|
|||
<item
|
||||
android:id="@+id/add_feed"
|
||||
android:title="Add Feed"
|
||||
android:icon="@android:drawable/ic_menu_add"
|
||||
android:icon="@drawable/content_new"
|
||||
android:showAsAction="ifRoom">
|
||||
</item>
|
||||
<item
|
||||
android:id="@+id/all_feed_refresh"
|
||||
android:title="Refresh"
|
||||
android:icon="@android:drawable/ic_menu_rotate"
|
||||
android:icon="@drawable/navigation_refresh"
|
||||
android:showAsAction="ifRoom">
|
||||
</item>
|
||||
</menu>
|
||||
|
|