android–XML中的自定义按钮

android–XML中的自定义按钮,第1张

概述我制作了这个XML文件来自定义一个按钮<?xmlversion="1.0"encoding="utf-8"?><shapexmlns:android="http://schemas.android.com/apkes/android"android:shape="rectangle"><cornersandroid:radius="10dip"/&g

我制作了这个XML文件来自定义一个按钮

<?xml version="1.0" enCoding="utf-8"?><shape xmlns:androID="http://schemas.androID.com/apk/res/androID"androID:shape="rectangle" ><corners androID:radius="10dip" /><gradIEnt    androID:angle="90"    androID:centercolor="#0043E1"    androID:centerY="0.4"    androID:endcolor="#6495ED"    androID:startcolor="#6495ED"    androID:type="linear" /></shape>

我应该添加什么来使状态集中并按下?按下状态的渐变颜色,以及聚焦状态的另一种颜色?

解决方法:

请参阅本教程,了解如何创建适当的drawable-xml文件以允许按钮的不同状态:

http://undertowsam.wordpress.com/2012/04/23/design-custom-background-and-button-for-android-using-xml/

总结

以上是内存溢出为你收集整理的android – XML中的自定义按钮全部内容,希望文章能够帮你解决android – XML中的自定义按钮所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1114675.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-29
下一篇 2022-05-29

发表评论

登录后才能评论

评论列表(0条)

保存