mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
14 lines
434 B
XML
14 lines
434 B
XML
<?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">
|
|
|
|
<item android:title="@string/profile_encryption"
|
|
android:id="@+id/show_encr_info"
|
|
app:showAsAction="never"/>
|
|
|
|
<item android:title="@string/menu_block_contact"
|
|
android:id="@+id/block_contact"
|
|
app:showAsAction="never"/>
|
|
|
|
</menu>
|