1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-07-03 14:55:11 -04:00

Updated padding and removed settings menu.

This commit is contained in:
tokugawa
2014-04-26 11:05:06 -04:00
parent 31945d66b6
commit 5c124121fb
10 changed files with 4 additions and 60 deletions

View File

@ -12,6 +12,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_margin="5dp"
android:text="@string/found_text"
android:textAppearance="?android:attr/textAppearanceLarge" />

View File

@ -18,6 +18,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_margin="5dp"
android:text="@string/default_text" />
<ImageView
@ -32,6 +33,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_margin="5dp"
android:text="@string/default_text" />
</LinearLayout>