«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" …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.