Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] #2931 - Adding Manual Zoom As Drawer Option
Browse files Browse the repository at this point in the history
  • Loading branch information
bleege committed Nov 9, 2015
1 parent 2abdcb0 commit 1059e4d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@
android:icon="@drawable/ic_pin_drop_white_24dp"
android:title="@string/action_press_for_marker" />

<item
android:id="@+id/action_manual_zoom"
android:checkable="false"
android:icon="@drawable/ic_filter_center_focus_white_24dp"
android:title="@string/action_manual_zoom"/>

<item
android:id="@+id/action_visible_bounds"
android:checkable="false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<string name="action_info_window_adapter">InfoWindow Adapter</string>
<string name="action_map_fragment">MapFragment</string>
<string name="action_press_for_marker">Press For Marker</string>
<string name="action_manual_zoom">Manual Zoom</string>
<string name="action_info_window">InfoWindow</string>
<string name="action_add_bulk_markers">Add Markers in bulk</string>
<string name="action_visible_bounds">Set Visible Bounds</string>
Expand Down

0 comments on commit 1059e4d

Please sign in to comment.