mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-02-04 00:01:37 +00:00
12 lines
353 B
XML
12 lines
353 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/add_folder"
|
|
android:icon="@drawable/ic_add_24dp"
|
|
android:title="@string/add_folder"
|
|
app:showAsAction="always|withText" />
|
|
|
|
</menu>
|