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

Added some comments, fixed spelling, removed rest of extra unused code.

This commit is contained in:
tokugawa
2014-04-29 14:52:40 -04:00
parent 0ee4a4ffe2
commit ce42163569
5 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_toRightOf="@+id/imgIsFound"
android:text="TextView"
android:text="@string/default_text"
android:textSize="20sp" />
<TextView
@ -28,7 +28,7 @@
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/txtName"
android:layout_below="@+id/txtName"
android:text="TextView"
android:text="@string/default_text"
android:textColor="@android:color/secondary_text_light"
android:textSize="15sp" />