mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-06 08:17:38 +03:00
10 lines
No EOL
301 B
XML
10 lines
No EOL
301 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:id="@+id/audit_export"
|
|
android:enabled="true"
|
|
android:icon="@drawable/ic_material_save"
|
|
android:title="@string/settings_export_trail" />
|
|
|
|
</menu> |