首页 > 系统 > Android > 正文

Android之自定义格式Button的布局实现

2020-02-21 17:34:09
字体:
来源:转载
供稿:网友

程序员在使用Android设计页面时,开发和实现按钮样式对于个人来说可能是一项困难的任务,下面是Android之自定义格式Button的布局实现,跟着武林技术频道小编带你来了解一下吧!

先把来源贴上

http://zrgiu.com/blog/2011/01/making-your-android-app-look-better/

http://www.dibbus.com/2011/02/gradient-buttons-for-android/

http://www.dibbus.com/2011/08/even-more-gradient-buttons-for-android/

然后再让大家看看效果,这些都是xml布局文件实现的,一张图片都未曾使用。

顺便贴出几个布局文件给大家看看:






android:color="#449def" />
android:width="1dp"
android:color="#2f6699" />
android:radius="3dp" />
android:left="10dp"
android:top="10dp"
android:right="10dp"
android:bottom="10dp" />





android:startColor="#449def"
android:endColor="#2f6699"
android:angle="270" />
android:width="1dp"
android:color="#2f6699" />
android:radius="4dp" />
android:left="10dp"
android:top="10dp"
android:right="10dp"
android:bottom="10dp" />







android:left=”10dp”
android:top=”7dp”
android:right=”10dp”
android:bottom=”7dp”
/>
android:bottomRightRadius=”5dp”
android:bottomLeftRadius=”5dp”
android:topLeftRadius=”5dp”
android:topRightRadius=”5dp”
/>
android:angle=”90″
android:startColor=”#4747e0″
android:centerColor=”#5b5bcd”
android:endColor=”#6f6fcf”
android:type=”linear”
/>

通过武林技术频道小编介绍的Android之自定义格式Button的布局实现,相信大家都有了一定的了解,如需了解更多的相关资讯,请继续关注武林技术频道吧!
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表