Ich habe eine benutzerdefinierte Listenansicht mit ImageView und EditText, mein Problem ist, mit anderen Bild die Größe der Bildansicht ist anders, wie in Foto. Wie kann ich sicherstellen, dass alle Bilder die gleiche Größe haben?Verschiedene ImageView Größe in einer ListView
Das ist mein XML-Code:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:weightSum="1">
<ImageView
android:id="@+id/imageView1"
android:layout_width="150px"
android:layout_height="150px"
android:adjustViewBounds="true"
android:layout_weight="0.1"
android:scaleType="fitXY"
android:layout_marginBottom="1dp"/>
versuchen Android: scaleType = "fitCenter" scaleType –
Simone - Wenn Sie Ihre eigene Frage gelöst haben, fügen Sie bitte die Antwort unten. –