1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-07-03 06:45:15 -04:00

Minor formatting and code cleaning

This commit is contained in:
tokugawa
2014-03-10 08:57:43 -04:00
parent f0c626dcaf
commit 467d7eb9a7
4 changed files with 12 additions and 5 deletions

View File

@ -8,12 +8,16 @@
android:id="@+id/imageView1"
android:layout_width="@dimen/image_width"
android:layout_height="@dimen/image_height"
android:layout_gravity="center"
android:padding="@dimen/image_padding"
android:src="@drawable/ic_launcher" />
<TextView
android:id="@+id/textView1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10" />
android:ems="10"
android:gravity="center"
android:text="@string/download_error" />
</LinearLayout>