คำถามติดแท็ก layout-editor

12
มุมมองนี้ไม่ถูก จำกัด ในแนวตั้ง เมื่อรันไทม์มันจะข้ามไปทางซ้ายเว้นแต่คุณจะเพิ่มข้อ จำกัด แนวตั้ง
ตัวแก้ไขเค้าโครงใหม่ใน Android Studio 2.2 ยังคงแสดงข้อผิดพลาดนี้ในมุมมองเช่น EditText และ Buttons กรุณาช่วยด้วยนอกจากนี้ลิงก์ใด ๆ ที่ช่วยในการเริ่มต้นใช้งานด้วยเลย์เอาต์ข้อ จำกัด ใหม่จะได้รับการชื่นชม รหัส: <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout android:id="@+id/activity_main" 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="com.set.email.MainActivity" tools:layout_editor_absoluteX="0dp" tools:layout_editor_absoluteY="81dp"> <TextView android:text="To:" android:layout_width="wrap_content" android:layout_height="wrap_content" tools:layout_editor_absoluteX="7dp" tools:layout_editor_absoluteY="4dp" android:id="@+id/textTo"/> <EditText android:layout_width="fill_parent" android:layout_height="wrap_content" android:inputType="textEmailAddress" android:ems="10" tools:layout_editor_absoluteX="0dp" tools:layout_editor_absoluteY="24dp" android:id="@+id/editTo" android:textAppearance="@android:style/TextAppearance.DeviceDefault.Medium"/> <EditText android:layout_width="384dp" android:layout_height="42dp" android:inputType="textPersonName" android:ems="10" tools:layout_editor_absoluteX="0dp" tools:layout_editor_absoluteY="94dp" …
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.