Skip to content

Commit

Permalink
edit code viewer menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirtyDegreesRay committed Nov 29, 2017
1 parent 57a1518 commit 9581daa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/menu/menu_viewer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">

<item
android:id="@+id/action_open_in_browser"
android:title="@string/open_in_browser"
android:icon="@drawable/ic_explore_title"
app:showAsAction="ifRoom"/>

<item
android:id="@+id/action_fullscreen"
android:title="@string/fullscreen"
android:icon="@drawable/ic_fullscreen_title"
app:showAsAction="ifRoom"/>

<item
android:id="@+id/action_open_in_browser"
android:title="@string/open_in_browser"
android:icon="@drawable/ic_explore_title"
app:showAsAction="never"/>

<item
android:id="@+id/action_refresh"
android:title="@string/refresh"
Expand Down

0 comments on commit 9581daa

Please sign in to comment.