1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-09-04 05:35:27 -04:00

Minor cosmetic features.

This commit is contained in:
tokugawa
2014-04-20 23:37:16 -04:00
parent 553e8748fd
commit 6e2ad36f09
3 changed files with 9 additions and 25 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -23,6 +23,13 @@
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"