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

Test code added.

This commit is contained in:
tokugawa
2014-04-25 21:39:50 -04:00
parent 7ce4b9e0bf
commit 720cb7ee38
6 changed files with 62 additions and 29 deletions

View File

@ -23,19 +23,11 @@
android:text="@string/default_text"
android:textAppearance="?android:attr/textAppearanceMedium" />
<ImageView
android:id="@+id/foundImageView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:src="@drawable/map" />
<Button
android:id="@+id/seeMoreButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:text="@string/see_more_text" />
<WebView
android:id="@+id/moreInfoWebView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1" />
<Button
android:id="@+id/tryMoreButton"