mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Add editable swipeable multiple upload view
Major changes everywhere. Uses MediaDetailFragment for editing.
This commit is contained in:
parent
534ac658a1
commit
4977e0a800
8 changed files with 172 additions and 67 deletions
|
|
@ -1,13 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/uploadsFragmentContainer"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<fragment
|
||||
android:name="org.wikimedia.commons.MultipleUploadListFragment"
|
||||
android:id="@+id/uploadsListFragment"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
/>
|
||||
</FrameLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue