2020-09-05 07:16:11 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2020-10-27 11:33:21 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/layout"
|
|
|
|
android:title="@string/layout"
|
|
|
|
app:showAsAction="never" />
|
2020-09-18 19:18:14 +00:00
|
|
|
|
2020-09-05 07:16:11 +00:00
|
|
|
<item
|
2020-09-18 19:18:14 +00:00
|
|
|
android:id="@+id/block"
|
|
|
|
android:icon="@drawable/ic_block_24"
|
|
|
|
android:title="@string/block"
|
2020-09-05 07:16:11 +00:00
|
|
|
android:visible="false"
|
2020-09-18 19:18:14 +00:00
|
|
|
app:showAsAction="never" />
|
2020-09-05 07:16:11 +00:00
|
|
|
|
2020-09-18 19:18:14 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/restrict"
|
|
|
|
android:icon="@drawable/ic_highlight_off_24"
|
|
|
|
android:title="@string/restrict"
|
|
|
|
android:visible="false"
|
|
|
|
app:showAsAction="never" />
|
2020-09-05 07:16:11 +00:00
|
|
|
</menu>
|