Skip to content

Commit 307351a

Browse files
committed
fix xml sample error
Change-Id: Ifd188a5866382a79c2c9de94c0682b707baffdcf
1 parent 8dd87ad commit 307351a

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)