2025-05-11 17:21:25 +02:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2025-05-13 08:31:02 +02:00
|
|
|
|
|
|
|
<!-- Settings section -->
|
2025-05-11 17:21:25 +02:00
|
|
|
<item
|
2025-05-13 08:31:02 +02:00
|
|
|
android:id="@+id/section_settings"
|
2025-05-17 20:43:06 +02:00
|
|
|
android:title="@string/settings_name"
|
2025-05-13 08:31:02 +02:00
|
|
|
android:enabled="false" />
|
2025-05-16 12:50:35 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_contacts"
|
2025-05-17 20:43:06 +02:00
|
|
|
android:title="@string/whitelist_name"
|
2025-05-16 12:50:35 +02:00
|
|
|
android:icon="@drawable/group_24px"
|
|
|
|
app:showAsAction="never" />
|
2025-05-11 17:21:25 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_popup_settings"
|
2025-05-17 20:43:06 +02:00
|
|
|
android:title="@string/popup_name"
|
2025-05-11 17:21:25 +02:00
|
|
|
android:icon="@drawable/tooltip_24px"
|
|
|
|
app:showAsAction="never" />
|
2025-05-13 08:31:02 +02:00
|
|
|
<item
|
2025-05-16 12:50:35 +02:00
|
|
|
android:id="@+id/action_services"
|
2025-05-17 20:43:06 +02:00
|
|
|
android:title="@string/services_name"
|
2025-05-16 12:50:35 +02:00
|
|
|
android:icon="@drawable/services_24"
|
2025-05-13 08:31:02 +02:00
|
|
|
app:showAsAction="never" />
|
|
|
|
|
|
|
|
<!-- About section -->
|
|
|
|
<item
|
|
|
|
android:id="@+id/section_about"
|
2025-05-17 20:43:06 +02:00
|
|
|
android:title="@string/about_name"
|
2025-05-13 08:31:02 +02:00
|
|
|
android:enabled="false" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_about"
|
2025-05-17 20:43:06 +02:00
|
|
|
android:title="@string/about_name"
|
2025-05-13 08:31:02 +02:00
|
|
|
android:icon="@drawable/info_24px"
|
|
|
|
app:showAsAction="never" />
|
2025-05-11 17:21:25 +02:00
|
|
|
</menu>
|