Skip to content

Commit

Permalink
More toolbar icons
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitkh96 committed Feb 1, 2015
1 parent 49d0d58 commit 538afef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
Binary file added res/drawable-xxhdpi/ic_history_white_48dp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xxhdpi/ic_home_white_48dp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions res/menu/activity_extra.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,26 @@
app:showAsAction="always" />
<item android:id="@+id/home"
android:title="@string/home"
app:showAsAction="ifRoom"
android:icon="@drawable/ic_home_white_48dp"
/>
<item android:id="@+id/history"
android:title="@string/history"
/>

<item
app:showAsAction="ifRoom"
android:id="@+id/item10"
android:title="@string/sortby"
android:icon="@drawable/ic_sort_white_48dp"/>
<item
android:icon="@drawable/ic_refresh_white_48dp"
app:showAsAction="ifRoom"
app:showAsAction="ifRoom"
android:id="@+id/item4"
android:title="@string/refresh"
/>
/>
<item android:id="@+id/history"
android:icon="@drawable/ic_history_white_48dp"
app:showAsAction="ifRoom"
android:title="@string/history"
/>
<item
android:id="@+id/view" />
<item
Expand Down

0 comments on commit 538afef

Please sign in to comment.