Merge "Doc change: escape lt char in generic type in pre block." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
114c09498d
@@ -173,7 +173,7 @@ android.app.Fragment} into the main content view (the
|
||||
<pre>
|
||||
private class DrawerItemClickListener implements ListView.OnItemClickListener {
|
||||
@Override
|
||||
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
|
||||
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
|
||||
selectItem(position);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user