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:
@ -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" />
|
||||
|
||||
|
Reference in New Issue
Block a user