mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add post-upload categorization to Multiple Upload
Some of the related changes snuck in last commit too
This commit is contained in:
parent
87c09c344b
commit
da6e035878
6 changed files with 51 additions and 11 deletions
|
|
@ -16,11 +16,6 @@
|
|||
android:id="@+id/single_upload_fragment_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#AA000000"
|
||||
android:paddingBottom="8dip"
|
||||
android:paddingLeft="16dip"
|
||||
android:paddingRight="16dip"
|
||||
android:paddingTop="8dip"
|
||||
/>
|
||||
|
||||
</FrameLayout>
|
||||
|
|
@ -3,7 +3,13 @@
|
|||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:background="#AA000000"
|
||||
android:paddingBottom="8dip"
|
||||
android:paddingLeft="16dip"
|
||||
android:paddingRight="16dip"
|
||||
android:paddingTop="8dip"
|
||||
>
|
||||
|
||||
<FrameLayout
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,13 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="fill"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
android:background="#AA000000"
|
||||
android:paddingBottom="8dip"
|
||||
android:paddingLeft="16dip"
|
||||
android:paddingRight="16dip"
|
||||
android:paddingTop="8dip"
|
||||
>
|
||||
|
||||
<EditText
|
||||
android:id="@+id/titleEdit"
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
/>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/uploadOverlay"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center|bottom"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue