Skip to content

Commit

Permalink
icons on toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitkh96 committed Feb 1, 2015
1 parent 198c7e5 commit 49d0d58
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 20 deletions.
Binary file added res/drawable-xxhdpi/ic_refresh_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_sort_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.
45 changes: 25 additions & 20 deletions res/menu/activity_extra.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,39 @@

<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/progressBar"
android:title="@null"
android:visible="false"
app:showAsAction="always"/>
<item
android:id="@+id/paste"
android:title="@string/paste"
android:icon="@drawable/ic_content_paste_white_36dp"
app:showAsAction="always"
android:visible="false" />
<item
android:id="@+id/search"
android:title="@string/search"
android:icon="@drawable/ic_action_search"
app:showAsAction="always" />
<item android:id="@+id/home"
android:title="@string/home"
/>
<item android:id="@+id/history"
android:title="@string/history"
/> <item
/>
<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"
android:id="@+id/item4"
android:title="@string/refresh"
/>
<item
android:id="@+id/item10"
android:title="@string/sortby"/>
<item
android:id="@+id/view" />
<item
Expand All @@ -40,21 +61,5 @@
android:id="@+id/item3"
android:title="@string/exit"
android:icon="@drawable/ic_action_cancel_light" />
<item
android:id="@+id/progressBar"
android:title="@null"
android:visible="false"
app:showAsAction="always"/>
<item
android:id="@+id/paste"
android:title="@string/paste"
android:icon="@drawable/ic_content_paste_white_36dp"
app:showAsAction="always"
android:visible="false" />
<item
android:id="@+id/search"
android:title="@string/search"
android:icon="@drawable/ic_action_search"
app:showAsAction="always" />

</menu>

0 comments on commit 49d0d58

Please sign in to comment.