当设置左侧可绘制时,浮动文本向右移动

时间:2016-04-14 07:43:53

标签: android android-edittext android-drawable android-textinputlayout

我有EditText TextInputLayout。我在左侧绘制图像,但是当我设置它时,浮动提示文本也向右移动。请参阅以下屏幕截图:

enter image description here

我希望视图如下所示:

enter image description here

如果有人知道如何解决它,请帮助我。

下面的Xml代码:

<android.support.design.widget.TextInputLayout
            android:id="@+id/input_layout_cardnum"
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            <EditText
                android:id="@+id/cardnumEditText"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:textColor="@color/darkGray"
                android:maxLength="255"
                android:singleLine="true"
                android:hint="@string/cardNum" 
                android:drawableLeft="@drawable/card_generic"/>
        </android.support.design.widget.TextInputLayout>

0 个答案:

没有答案