mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
10 lines
369 B
XML
10 lines
369 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/menu_archive_chat"
|
|
android:id="@+id/menu_archive_selected"
|
|
android:icon="@drawable/ic_archive_white_24dp"
|
|
app:showAsAction="always"/>
|
|
|
|
</menu> |