gpt4 book ai didi

android - Material 组件 TextInputEditText 底线边距

转载 作者:行者123 更新时间:2023-11-29 02:26:54 24 4
gpt4 key购买 nike

我有一个问题。 TextInputLayout 相对于该行有边距或填充。

我需要这条线是全宽。

文档: https://material.io/develop/android/components/text-input-layout/

Screenshot of <code>TextInputLayout</code>

代码:

<com.google.android.material.textfield.TextInputLayout
android:id="@+id/inputLayoutEmail"
style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:paddingBottom="0dp"
app:boxBackgroundColor="@color/colorBgDisableButton"
app:boxCornerRadiusTopEnd="10dp"
app:boxCornerRadiusTopStart="10dp"
android:hint="@string/text_signup_email"
android:textColorHint="@color/colorTextInput"
android:focusable="false"
android:clickable="false"
app:errorEnabled="true"
app:errorTextAppearance="@style/ErrorTextAppearance"

>

<com.google.android.material.textfield.TextInputEditText
android:id="@+id/inputTextEmail"
android:layout_width="300dp"
android:layout_height="wrap_content"
android:backgroundTint="@color/colorLineInput"
android:fontFamily="@font/century_gothic"
android:imeOptions="actionNext"
android:inputType="textEmailAddress"
android:lines="1"
android:maxLines="1"
android:paddingStart="22dp"
android:paddingBottom="20dp"
android:textColor="@color/colorTextInput"
android:textSize="14sp"
android:enabled="false"
android:focusable="false"
android:clickable="false"
android:layout_marginStart="0dp"
android:layout_marginEnd="0dp"

/>

</com.google.android.material.textfield.TextInputLayout>

最佳答案

match_parent 两个字段都会顺利进行

关于android - Material 组件 TextInputEditText 底线边距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51755972/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com