mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Activity upload made full screen (#2370)
* graddle changes * upload activity changes * final commit
This commit is contained in:
parent
f6029be842
commit
f9adbbb48c
4 changed files with 197 additions and 200 deletions
|
|
@ -32,15 +32,11 @@
|
|||
android:layout_below="@id/toolbar"
|
||||
android:gravity="bottom">
|
||||
|
||||
<include layout="@layout/activity_upload_top_card"/>
|
||||
|
||||
<include
|
||||
layout="@layout/activity_upload_right_card" />
|
||||
|
||||
<ViewFlipper
|
||||
android:id="@+id/view_flipper"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:clipChildren="false"
|
||||
android:measureAllChildren="false"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue