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
|
<item
|
||||||
android:id="@+id/add_feed"
|
android:id="@+id/add_feed"
|
||||||
android:title="Add Feed"
|
android:title="Add Feed"
|
||||||
android:icon="@android:drawable/ic_menu_add"
|
android:icon="@drawable/content_new"
|
||||||
android:showAsAction="ifRoom">
|
android:showAsAction="ifRoom">
|
||||||
</item>
|
</item>
|
||||||
<item
|
<item
|
||||||
android:id="@+id/all_feed_refresh"
|
android:id="@+id/all_feed_refresh"
|
||||||
android:title="Refresh"
|
android:title="Refresh"
|
||||||
android:icon="@android:drawable/ic_menu_rotate"
|
android:icon="@drawable/navigation_refresh"
|
||||||
android:showAsAction="ifRoom">
|
android:showAsAction="ifRoom">
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
|
|