add sponsor button to navigation menu
This commit is contained in:
parent
cf37684854
commit
5d3977e4b6
4 changed files with 22 additions and 0 deletions
|
|
@ -19,6 +19,11 @@
|
|||
android:icon="@drawable/ic_info_outline_white_24dp"
|
||||
android:title="@string/action_about" />
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_sponsor"
|
||||
android:icon="@drawable/ic_favorite_white_24dp"
|
||||
android:title="@string/sponsor" />
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_logout"
|
||||
android:icon="@drawable/ic_exit_to_app_white_48dp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue