博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
edittextview 取消下划线
阅读量:6253 次
发布时间:2019-06-22

本文共 321 字,大约阅读时间需要 1 分钟。

hot3.png

直接将其背景设置为@null即可

  <EditText

                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:background="@null"
                android:ellipsize="end"
                android:singleLine="true"
                android:text="RIBERA学府路店"
                android:textSize="@dimen/text_size_small"
                android:visibility="gone" />

转载于:https://my.oschina.net/reborn87/blog/504934

你可能感兴趣的文章
API
查看>>
需求获取的前期工作(不断更新)
查看>>
10.23
查看>>
hdu5420 Victor and Proposition
查看>>
如何编写可移植的c/c++代码
查看>>
#pragma pack(n)
查看>>
IntelliJ IDEA 2018.3 升级功能介绍
查看>>
基于.NET平台常用的框架整理
查看>>
【每天一道算法题】Lucky String
查看>>
整合apache+tomcat+keepalived实现高可用tomcat集群
查看>>
计算几何-HPI
查看>>
香农熵学习+例子[转载]
查看>>
利用DE2上的WM8731D/A转换器产生正弦波
查看>>
清除EasyUi combotree下拉树的值
查看>>
手写RPC框架
查看>>
Hadoop 分片、分组与排序
查看>>
使用Windows8开发Metro风格应用一
查看>>
android尺子的自定义view——RulerView
查看>>
将博客搬至CSDN
查看>>
leetcode43
查看>>