인프런 커뮤니티 질문&답변
android.support.design은 사용안됩니다. 아래꺼 사용하세요
작성
·
194
3
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/editText"
android:layout_below="@id/toorbar_division"
android:layout_toRightOf="@+id/addphoto_image"
android:layout_height="match_parent"
android:layout_width="match_parent">
</com.google.android.material.textfield.TextInputLayout>
답변
답변을 기다리고 있는 질문이에요
첫번째 답변을 남겨보세요!





