mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-01-26 11:04:38 +00:00
7 lines
278 B
XML
7 lines
278 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:id="@+id/retry_all"
|
||
|
android:title="Retry all" />
|
||
|
<item android:id="@+id/delete_all"
|
||
|
android:title="Delete all" />
|
||
|
</menu>
|