Add pro version
This commit is contained in:
parent
9da5f6c8d4
commit
1b85252f92
11 changed files with 354 additions and 12 deletions
|
|
@ -17,10 +17,6 @@
|
|||
<group
|
||||
android:id="@+id/navigation_drawer_menu_category_other"
|
||||
android:checkableBehavior="none">
|
||||
<item
|
||||
android:id="@+id/support_development"
|
||||
android:icon="@drawable/ic_favorite_white_24dp"
|
||||
android:title="@string/support_development" />
|
||||
<item
|
||||
android:id="@+id/nav_settings"
|
||||
android:icon="@drawable/ic_settings_white_24dp"
|
||||
|
|
@ -31,4 +27,13 @@
|
|||
android:title="@string/action_about" />
|
||||
</group>
|
||||
|
||||
<group
|
||||
android:id="@+id/navigation_drawer_menu_category_buy_pro"
|
||||
android:checkableBehavior="none">
|
||||
<item
|
||||
android:id="@+id/buy_pro"
|
||||
android:icon="@drawable/ic_local_play_white_24dp"
|
||||
android:title="@string/buy_pro" />
|
||||
</group>
|
||||
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue