mirror of
https://github.com/woheller69/solxpect.git
synced 2025-09-22 00:40:46 +02:00
highlight drawer item for help activity
This commit is contained in:
parent
c45ab41ce5
commit
fc7844f6f6
1 changed files with 5 additions and 0 deletions
|
@ -41,4 +41,9 @@ public class HelpActivity extends NavigationActivity{
|
|||
actionBar.setDisplayHomeAsUpEnabled(true);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getNavigationDrawerID() {
|
||||
return R.id.nav_help;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue