mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Move Multiple upload menu handling code to Fragment
This commit is contained in:
parent
02658588df
commit
87c09c344b
3 changed files with 46 additions and 12 deletions
10
commons/res/menu/fragment_multiple_upload_list.xml
Normal file
10
commons/res/menu/fragment_multiple_upload_list.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:id="@+id/menu_upload_multiple"
|
||||
android:title="@string/share_upload_button"
|
||||
android:showAsAction="always|withText"
|
||||
android:icon="@android:drawable/ic_menu_send"
|
||||
/>
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue