mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Properly scaled images in dont_upload
This commit is contained in:
parent
a92812e011
commit
9812f4441b
1 changed files with 5 additions and 6 deletions
|
|
@ -18,18 +18,17 @@
|
||||||
<ImageView
|
<ImageView
|
||||||
android:src="@drawable/selfie_x"
|
android:src="@drawable/selfie_x"
|
||||||
android:id="@+id/selfie_x"
|
android:id="@+id/selfie_x"
|
||||||
android:layout_width="150dp"
|
android:layout_width="160dp"
|
||||||
android:layout_height="240dp"
|
android:layout_height="wrap_content"
|
||||||
android:scaleType="fitXY"
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:src="@drawable/proprietary_x"
|
android:src="@drawable/proprietary_x"
|
||||||
android:id="@+id/proprietary_x"
|
android:id="@+id/proprietary_x"
|
||||||
android:layout_width="150dp"
|
android:layout_marginLeft="10dp"
|
||||||
android:layout_height="118dp"
|
android:layout_width="160dp"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
android:layout_toRightOf="@+id/selfie_x"
|
android:layout_toRightOf="@+id/selfie_x"
|
||||||
android:scaleType="fitXY"
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue