Contact Whitelist added
This commit is contained in:
parent
663463cd38
commit
1691891a4d
13 changed files with 227 additions and 31 deletions
|
@ -1,14 +1,30 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<!-- Settings section -->
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:title="Settings" />
|
||||
<item
|
||||
android:id="@+id/action_about"
|
||||
android:title="About" />
|
||||
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" />
|
||||
|
||||
<!-- About section -->
|
||||
<item
|
||||
android:id="@+id/section_about"
|
||||
android:title="About"
|
||||
android:enabled="false" />
|
||||
<item
|
||||
android:id="@+id/action_about"
|
||||
android:title="About"
|
||||
android:icon="@drawable/info_24px"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue