Hallo User,
Ich weiß es ist eine ganz dumme Frage für alle jene, die Wissen wie es geht. Mein Problem ist jedoch das ich es nicht hin bekomme. Ich will 20 ImageButton auf dem Display Positionieren das sie alle gleich viel Platz von einander haben, das bekomme ich auch hin nur hab ich das Problem das sie nicht für jede Auflösung gleich Positioniert sind. Wenn ich eine andere Auflösung zum testen verwende, passen die Einstellungen nicht mehr. Habe die Button 4x5 Positioniert, also 4 in der Breite und 5 in der Höhe. Kann mir einer erklären wie ich das Problem löse ?
Würde mich echt freuen wenn mir einer hilft, und wer dumme Kommentare machen will bitte woanders
danke
Ich weiß es ist eine ganz dumme Frage für alle jene, die Wissen wie es geht. Mein Problem ist jedoch das ich es nicht hin bekomme. Ich will 20 ImageButton auf dem Display Positionieren das sie alle gleich viel Platz von einander haben, das bekomme ich auch hin nur hab ich das Problem das sie nicht für jede Auflösung gleich Positioniert sind. Wenn ich eine andere Auflösung zum testen verwende, passen die Einstellungen nicht mehr. Habe die Button 4x5 Positioniert, also 4 in der Breite und 5 in der Höhe. Kann mir einer erklären wie ich das Problem löse ?
Code:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/backgroundfinal"
android:orientation="vertical" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<ImageButton
android:id="@+id/IBBatterie"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:background="@drawable/batterieicon" />
<ImageButton
android:id="@+id/IBTaschenlampe"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:background="@drawable/lampeicon" />
<ImageButton
android:id="@+id/IBDrei"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:background="@drawable/smapleicon" />
<ImageButton
android:id="@+id/IBVier"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:background="@drawable/smapleicon" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<ImageButton
android:id="@+id/IBFuenf"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:background="@drawable/smapleicon" />
<ImageButton
android:id="@+id/IBSechs"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:background="@drawable/smapleicon" />
<ImageButton
android:id="@+id/IBSieben"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:src="@drawable/smapleicon" />
<ImageButton
android:id="@+id/IBAcht"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:src="@drawable/smapleicon" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<ImageButton
android:id="@+id/9"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:background="@drawable/smapleicon" />
<ImageButton
android:id="@+id/10"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:background="@drawable/smapleicon" />
<ImageButton
android:id="@+id/11"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:src="@drawable/smapleicon" />
<ImageButton
android:id="@+id/12"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:src="@drawable/smapleicon" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<ImageButton
android:id="@+id/13"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:background="@drawable/smapleicon" />
<ImageButton
android:id="@+id/14"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:background="@drawable/smapleicon" />
<ImageButton
android:id="@+id/15"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:src="@drawable/smapleicon" />
<ImageButton
android:id="@+id/16"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:src="@drawable/smapleicon" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<ImageButton
android:id="@+id/17"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:background="@drawable/smapleicon" />
<ImageButton
android:id="@+id/18"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:background="@drawable/smapleicon" />
<ImageButton
android:id="@+id/19"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:src="@drawable/smapleicon" />
<ImageButton
android:id="@+id/20"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="20dp"
android:src="@drawable/smapleicon" />
</LinearLayout>
</LinearLayout>
Würde mich echt freuen wenn mir einer hilft, und wer dumme Kommentare machen will bitte woanders
danke