mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-11-02 03:17:43 +00:00
8 lines
508 B
XML
8 lines
508 B
XML
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item name="ic_menu_manage" type="drawable">@android:drawable/ic_menu_manage</item>
|
|
<item name="ic_menu_share" type="drawable">@android:drawable/ic_menu_share</item>
|
|
<item name="ic_menu_send" type="drawable">@android:drawable/ic_menu_send</item>
|
|
<item name="ic_menu_add" type="drawable">@android:drawable/ic_menu_add</item>
|
|
<item name="ic_menu_edit" type="drawable">@android:drawable/ic_menu_edit</item>
|
|
</resources>
|