Je débute avec Android et je ne trouve pas le moyen d'organiser les images comme je le souhaite.
C'est ce que je recherche :
Voici le code que j'utilise actuellement pour organiser les images, mais qui ne fonctionne malheureusement pas.
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_weight="1.5"
android:orientation="horizontal"
android:layout_gravity="center">
<ImageView
android:id="@+id/imageView1"
android:layout_width="240dp"
android:layout_height="240dp"
android:src="@drawable/delicio"/>
<ImageView
android:id="@+id/imageView2"
android:layout_width="240dp"
android:layout_height="240dp"
android:src="@drawable/logoerrado"/>
</RelativeLayout>
Comment puis-je organiser les images comme je le souhaite ?