How to change the color of the line in ICS styled EditText

别等时光非礼了梦想. 提交于 2019-11-30 22:29:22
Aswathy P Krishnan

I found the answer in this link where they are using LayerList

I used a layer-list for creating an ICS styled edittext as it was needed only in one place.

It works great and no issues found with varying screen resolutions. It wont accept a transparent background but works as needed for me!

For Full Customization :

In addition, these are other links where we can customize the ICS styles.

1. ActionBar Sherlock Style Generator

2. Holo Style Generator

3. Holo Theme Custom UI Libraries

Happy Coding..!! :)

Try android:background="#00000000" This only for White(or Simply hide the Bottom Line)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!