1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-07-02 06:16:48 -04:00

Add a button so that previously found locations can go straight to

results.
This commit is contained in:
DjBushido
2014-04-28 12:41:57 -04:00
parent dba76dd0a6
commit 8a3870e763
2 changed files with 20 additions and 1 deletions

View File

@ -44,6 +44,12 @@
android:layout_weight="0"
android:orientation="vertical" >
<Button
android:id="@+id/btnViewResult"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="View Result" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" >