Doc change: escape lt char in generic type in pre block.
am: 1035b25825
Change-Id: Iecc647ac91d9d6d452091c214138a6e650babac0
This commit is contained in:
@@ -173,7 +173,7 @@ android.app.Fragment} into the main content view (the
|
|||||||
<pre>
|
<pre>
|
||||||
private class DrawerItemClickListener implements ListView.OnItemClickListener {
|
private class DrawerItemClickListener implements ListView.OnItemClickListener {
|
||||||
@Override
|
@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);
|
selectItem(position);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user