Merge "Fixed typo in View id documentation"
This commit is contained in:
committed by
Android (Google) Code Review
commit
7e2fb17391
@@ -262,7 +262,8 @@ import java.util.WeakHashMap;
|
||||
* <ul>
|
||||
* <li>Define a Button in the layout file and assign it a unique ID.
|
||||
* <pre>
|
||||
* <Button id="@+id/my_button"
|
||||
* <Button
|
||||
* android:id="@+id/my_button"
|
||||
* android:layout_width="wrap_content"
|
||||
* android:layout_height="wrap_content"
|
||||
* android:text="@string/my_button_text"/>
|
||||
|
||||
Reference in New Issue
Block a user