Added basic Multiple Upload support

Still needs work - needs detail view, categories & base description
This commit is contained in:
YuviPanda 2013-03-15 04:37:59 +05:30
parent f768ce4756
commit e50f50cabc
6 changed files with 386 additions and 0 deletions

View 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>