Skip to content

Commit 005e240

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "fix xml sample error" into froyo
2 parents 982f152 + 307351a commit 005e240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/app/ListActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
* android:layout_weight="1"
6969
* android:drawSelectorOnTop="false"/>
7070
*
71-
* <TextView id="@id/android:empty"
71+
* <TextView android:id="@id/android:empty"
7272
* android:layout_width="match_parent"
7373
* android:layout_height="match_parent"
7474
* android:background="#FF0000"

0 commit comments

Comments
 (0)