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 Zoom button to UI
Browse files Browse the repository at this point in the history
  • Loading branch information
bleege authored and adam-mapbox committed Nov 14, 2015
1 parent 803d8bb commit 5747bee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />

<Button
android:id="@+id/zoomInButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/zoom_botton"
android:layout_gravity="right"/>

</LinearLayout>
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@
<!--<item>Combined mode</item>-->
</string-array>

<string name="zoom_botton">Zoom</string>

</resources>

0 comments on commit 5747bee

Please sign in to comment.