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:
@ -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" >
|
||||
|
Reference in New Issue
Block a user