我想拥有相同的字段,例如 Google Fit:
所以我添加了一个这样的TextInputLayout,但我无法设置隐藏光标的editext,隐藏键盘:
<android.support.design.widget.TextInputLayout
android:layout_width="0dp"
android:layout_weight="0.6"
android:layout_height="wrap_content"
style="@style/TextInputLayoutStyle">
<android.support.design.widget.TextInputEditText
android:id="@+id/date"
style="@style/NewWizardItemPlanTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="none"
android:hint="@string/date" />
</android.support.design.widget.TextInputLayout>
非常感谢你们的支持!