okay danke, keine sorge ich nehme deine kommentare schon zur kenntnis nur kann ich keine professionellen Antworten darauf finden. Ich habe einfach Copy und Paste bei dem tutorial linearlayout gemacht am besten ich schau mir paar tutorials an wie du gesagt hast
Beiträge von Tokra4Life
-
-
Tut mir leid das war nicht meine Absicht, wie gesagt ich bin noch anfänger und wollte blos wissen ob das so passt. Jedenfalls danke dir, hast recht muss es blos testen.
-
Ist das so in Ordnung`?
-
Das wäre mein Versuch:
XML
Alles anzeigen<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity"> <Space android:layout_width="wrap_content" android:layout_height="wrap_content" tools:layout_editor_absoluteX="123dp" tools:layout_editor_absoluteY="147dp" /> <TextView android:id="@+id/textView3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Okay?" tools:layout_editor_absoluteX="176dp" tools:layout_editor_absoluteY="356dp" /> <Button android:id="@+id/button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Torka4Life" tools:layout_editor_absoluteX="143dp" tools:layout_editor_absoluteY="391dp" /> </androidx.constraintlayout.widget.ConstraintLayout>
-
Das wäre mein Versuch:
XML
Alles anzeigen<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity"> <Space android:layout_width="wrap_content" android:layout_height="wrap_content" tools:layout_editor_absoluteX="123dp" tools:layout_editor_absoluteY="147dp" /> <TextView android:id="@+id/textView3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Okay?" tools:layout_editor_absoluteX="176dp" tools:layout_editor_absoluteY="356dp" /> <Button android:id="@+id/button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Torka4Life" tools:layout_editor_absoluteX="143dp" tools:layout_editor_absoluteY="391dp" /> </androidx.constraintlayout.widget.ConstraintLayout>
-
Ich hätte gern ein normales Layout, sry bin noch anfänger, was muss ich da schreiben? Ich kann mit constrainLayout mit ankerpunkten nichts anfangen
-
hier das xml:
XML
Alles anzeigen<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity"> <Space android:layout_width="wrap_content" android:layout_height="wrap_content" tools:layout_editor_absoluteX="123dp" tools:layout_editor_absoluteY="147dp" /> <TextView android:id="@+id/textView3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Okay?" tools:layout_editor_absoluteX="176dp" tools:layout_editor_absoluteY="356dp" /> <Button android:id="@+id/button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Torka4Life" tools:layout_editor_absoluteX="143dp" tools:layout_editor_absoluteY="391dp" /> </androidx.constraintlayout.widget.ConstraintLayout>
-
-
woran kann es sonst liegen?
-
Mit linear layout ordnet er auch alles oben links an... weis nicht wieso
-
Hallo Leute ich habe ein Problem mit meinem Emulator, er ordnet die Widgets iwie immer nur im oberen linken Fenster an wie im Bild.
Wisst ihr warum?