[Android实例] 带clean按钮的输入框

该篇文章从eoeAndroid搬迁过来的,原文地址:[Android实例] 带clean按钮的输入框

该控件是默认高度,不能修改,高度为48dp,其中清除按钮的大小为32*32,该控件默认是单行输入,不能修改
主要属性:

    <declare-styleable name="EditDeleteText">
        <attr name="text" format="string" />
        <attr name="textColor" format="color" />
        <attr name="textSize" format="float" />
        <attr name="hint" format="string" />
        <attr name="enabled" format="boolean" />
    </declare-styleable>

用法:

<com.example.editdeletetext.EditDeleteText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        custom:enabled="true"
        custom:hint="oooooo"
        custom:text="aaaaa"
        custom:textSize="20" />

这里写图片描述

下载地址:项目地址

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值