Add editable swipeable multiple upload view

Major changes everywhere. Uses MediaDetailFragment for editing.
This commit is contained in:
YuviPanda 2013-03-20 01:14:00 +05:30
parent 534ac658a1
commit 4977e0a800
8 changed files with 172 additions and 67 deletions

View file

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

View file

@ -37,13 +37,13 @@
android:padding="8dp"
>
<TextView
<EditText
android:id="@+id/mediaDetailTitle"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textColor="#FFFFFFFF"
style="?android:textAppearanceMedium"
android:typeface="serif" />
/>
<!-- <TextView
android:id="@+id/mediaDetailDescription"
android:layout_width="fill_parent"