Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added "onlyphoto" layout. #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This is OSMTracker's default repository for download custom layouts functionalit
+ [Macroplastics pollution](https://github.com/labexp/osmtracker-android-layouts/blob/master/layouts/macroplastics_pollution/README.md)
+ [Max Speed.](https://github.com/labexp/osmtracker-android-layouts/blob/master/layouts/maxspeed/README.md)
+ [Max Speed USA.](https://github.com/labexp/osmtracker-android-layouts/blob/master/layouts/maxspeed_usa/README.md)
+ [Only photo.](https://github.com/hlinden/osmtracker-android-layouts/blob/master/layouts/onlyphoto/README.md)
+ [Transporte público.](https://github.com/labexp/osmtracker-android-layouts/blob/master/layouts/transporte_publico/README.md)
+ [Walk Ride Detailed.](https://github.com/Nick-Tallguy/osmtracker-android-layouts/blob/master/layouts/walk_ride_detailed/readme.md)
+ [Water Supplies.](https://github.com/labexp/osmtracker-android-layouts/blob/master/layouts/water_supply/README.md)
Expand Down
6 changes: 6 additions & 0 deletions layouts/metadata/onlyphoto.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

<metadata>
<option iso="en" name="English"> Just a single, huge photo button. </option>
<option iso="de" name="Deutsch"> Einfach ein einzelner, großer Knopf für Fotos. </option>
<github username="hlinden" repo="osmtracker-android-layouts" branch="master" />
</metadata>
4 changes: 4 additions & 0 deletions layouts/onlyphoto/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Onlyphoto layout
This "layout" consists of a single, big camera button and is designed for just taking photos and mapping later at home.
It is extremely useful when handling the phone with one hand while hiking, when there is no time for detailed data collection anyway.
To reduce the neccessary interaction even further, set the standard picture source to "camera" in OSMTracker.
7 changes: 7 additions & 0 deletions layouts/onlyphoto/de.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<layouts>
<layout name="root">
<row>
<button type="picture" icon="logo_camera"/>
</row>
</layout>
</layouts>
7 changes: 7 additions & 0 deletions layouts/onlyphoto/en.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<layouts>
<layout name="root">
<row>
<button type="picture" icon="logo_camera"/>
</row>
</layout>
</layouts>