mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-02-27 20:43:15 +00:00
11 lines
395 B
XML
11 lines
395 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:id="@+id/menu_item_create_new_folder"
|
|
android:icon="@drawable/developer_mode_24px"
|
|
android:title="@string/app_name"
|
|
app:showAsAction="ifRoom"/> <!-- TODO-rca: change this -->
|
|
|
|
</menu> |