Added Services into its own menu
This commit is contained in:
parent
72d4a797ea
commit
2939fb55d1
10 changed files with 243 additions and 139 deletions
|
@ -6,16 +6,21 @@
|
|||
android:id="@+id/section_settings"
|
||||
android:title="Settings"
|
||||
android:enabled="false" />
|
||||
<item
|
||||
android:id="@+id/action_popup_settings"
|
||||
android:title="Popup Settings"
|
||||
android:icon="@drawable/tooltip_24px"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/action_contacts"
|
||||
android:title="Contacts"
|
||||
android:icon="@drawable/group_24px"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/action_popup_settings"
|
||||
android:title="Popup"
|
||||
android:icon="@drawable/tooltip_24px"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/action_services"
|
||||
android:title="Services"
|
||||
android:icon="@drawable/services_24"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<!-- About section -->
|
||||
<item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue