mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Rename src and id
This commit is contained in:
parent
9ddaa371cf
commit
a92812e011
1 changed files with 6 additions and 6 deletions
|
|
@ -16,19 +16,19 @@
|
|||
>
|
||||
|
||||
<ImageView
|
||||
android:src="@drawable/mount_zao"
|
||||
android:id="@+id/mount_zao"
|
||||
android:src="@drawable/selfie_x"
|
||||
android:id="@+id/selfie_x"
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="118dp"
|
||||
android:layout_height="240dp"
|
||||
android:scaleType="fitXY"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
android:src="@drawable/llamas"
|
||||
android:id="@+id/llamas"
|
||||
android:src="@drawable/proprietary_x"
|
||||
android:id="@+id/proprietary_x"
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="118dp"
|
||||
android:layout_toRightOf="@+id/mount_zao"
|
||||
android:layout_toRightOf="@+id/selfie_x"
|
||||
android:scaleType="fitXY"
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue