mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-10 20:15:54 +00:00
Show menu items with text if possible
This commit is contained in:
parent
5b93948e7b
commit
730f9d035f
4 changed files with 4 additions and 4 deletions
|
@ -7,6 +7,6 @@
|
|||
android:id="@+id/add_device"
|
||||
android:icon="@drawable/ic_add_white_24dp_active"
|
||||
android:title="@string/add_device"
|
||||
app:showAsAction="ifRoom" />
|
||||
app:showAsAction="always|withText" />
|
||||
|
||||
</menu>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
android:id="@+id/create"
|
||||
android:title="@string/add"
|
||||
android:icon="@drawable/ic_done_white_24dp"
|
||||
app:showAsAction="always" />
|
||||
app:showAsAction="always|withText" />
|
||||
|
||||
<item
|
||||
android:id="@+id/share_device_id"
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
android:id="@+id/add_folder"
|
||||
android:icon="@drawable/ic_add_white_24dp_active"
|
||||
android:title="@string/add_folder"
|
||||
app:showAsAction="ifRoom" />
|
||||
app:showAsAction="always|withText" />
|
||||
|
||||
</menu>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
android:id="@+id/create"
|
||||
android:icon="@drawable/ic_done_white_24dp"
|
||||
android:title="@string/create"
|
||||
app:showAsAction="always" />
|
||||
app:showAsAction="always|withText" />
|
||||
|
||||
<item
|
||||
android:id="@+id/remove"
|
||||
|
|
Loading…
Reference in a new issue