【发布时间】:2019-11-09 15:04:03
【问题描述】:
我的 xml 代码有什么问题?我想做一个 TextInputLayout 但做不到。你能帮我做什么来制作 TExtInputLayout
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:Layout_marginTop="20dp"
android:Layout_marginBot="20dp"
android:layout_marginLeft="20dp"
android:Layout_marginRight="20dp"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.widget.support.design.TextInputLayout
android:layout_width="match parent"
android:layout_heigth="wrap_content"
android:drawableStart="@drawable/ouuu"
android:id="@+id/etnama"
android:hint"nama anda">
</android.widget.support.designt.TextInputLayout>
</LinearLayout>
</LinearLayout>
【问题讨论】:
标签: android android-support-library android-textinputlayout material-components material-components-android