Refactor the multiple uploads list view into a fragment

This commit is contained in:
YuviPanda 2013-03-17 03:50:21 +05:30
parent ad89f2564f
commit 154a559b86
5 changed files with 224 additions and 164 deletions

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
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>