中心垂直drawableLeft的EditText

时间:2016-07-13 20:58:15

标签: android

我使用以下代码:

<EditText
android:id="@+id/et_add_edittext_button"
android:drawableLeft="@drawable/plus"
android:gravity="center_vertical"
android:focusableInTouchMode="false"
android:focusable="false" android:clickable="true"
android:layout_marginLeft="32dp" android:layout_marginRight="32dp"
android:layout_width="match_parent" android:layout_height="wrap_content" />

但是可绘制的底部对齐。您可以在下图中看到结果: enter image description here

我是否可以将drawableLeft垂直 wihout 置于必须使用父布局并将editText拆分为ImageViewEditText? 或者我应该尝试创建一个自定义视图,以便我可以实现我想要的结果?

0 个答案:

没有答案