Skip to content

Commit

Permalink
Merge "fix xml sample error" into froyo
Browse files Browse the repository at this point in the history
  • Loading branch information
scottamain authored and Android (Google) Code Review committed Aug 5, 2010
2 parents 982f152 + 307351a commit 005e240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/java/android/app/ListActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
* android:layout_weight="1"
* android:drawSelectorOnTop="false"/>
*
* <TextView id="@id/android:empty"
* <TextView android:id="@id/android:empty"
* android:layout_width="match_parent"
* android:layout_height="match_parent"
* android:background="#FF0000"
Expand Down

0 comments on commit 005e240

Please sign in to comment.