mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add GridLayout to top area of 'do upload'
This commit is contained in:
parent
3e699d48fc
commit
129c0dea80
1 changed files with 5 additions and 7 deletions
|
|
@ -7,13 +7,11 @@
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
>
|
>
|
||||||
|
|
||||||
<ImageView
|
<GridLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="397dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="249dp">
|
||||||
android:src="@drawable/welcome_copyright"
|
|
||||||
android:adjustViewBounds="true"
|
</GridLayout>
|
||||||
android:layout_gravity="center"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="295dp"
|
android:layout_width="295dp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue