|
|
@ -6,11 +6,11 @@ |
|
|
|
<item |
|
|
|
<item |
|
|
|
android:id="@+id/menu_bookshelf" |
|
|
|
android:id="@+id/menu_bookshelf" |
|
|
|
android:icon="@drawable/ic_bottom_books" |
|
|
|
android:icon="@drawable/ic_bottom_books" |
|
|
|
android:title="@string/bookshelf"/> |
|
|
|
android:title="@string/bookshelf" /> |
|
|
|
<item |
|
|
|
<item |
|
|
|
android:id="@+id/menu_find_book" |
|
|
|
android:id="@+id/menu_find_book" |
|
|
|
android:icon="@drawable/ic_bottom_explore" |
|
|
|
android:icon="@drawable/ic_bottom_explore" |
|
|
|
android:title="@string/find"/> |
|
|
|
android:title="@string/find" /> |
|
|
|
<item |
|
|
|
<item |
|
|
|
android:id="@+id/menu_rss" |
|
|
|
android:id="@+id/menu_rss" |
|
|
|
android:icon="@drawable/ic_bottom_rss_feed" |
|
|
|
android:icon="@drawable/ic_bottom_rss_feed" |
|
|
@ -18,6 +18,6 @@ |
|
|
|
<item |
|
|
|
<item |
|
|
|
android:id="@+id/menu_my_config" |
|
|
|
android:id="@+id/menu_my_config" |
|
|
|
android:icon="@drawable/ic_bottom_person" |
|
|
|
android:icon="@drawable/ic_bottom_person" |
|
|
|
android:title="@string/my"/> |
|
|
|
android:title="@string/my" /> |
|
|
|
|
|
|
|
|
|
|
|
</menu> |
|
|
|
</menu> |
|
|
|