EditText 属性

xiaoxiao2021-02-28  78

设置 键盘右下键按钮文字 监听 setOnEditorActionListener() android:inputType="text" android:imeOptions="actionGo" 上,下,左,右 四幅图片:xml属性:android:drawableXXX:设置该draw显示与不显示: setCompoundDrawables(left,top,right,botton) null则为不设置.获取draw的内容:getCompoundDrawables(); 返回Drawable [4] : 分别表示上下左右4个drawable
转载请注明原文地址: https://www.6miu.com/read-74814.html

最新回复(0)