码迷,mamicode.com
首页 > 移动开发 > 详细

Android Button Maker(在线生成android shape xml文件的工具),真方便!

时间:2014-05-09 14:54:36      阅读:492      评论:0      收藏:0      [点我收藏+]

标签:开发工具   android   android开发   xml   shape生成工具   

       直接上地址:http://angrytools.com/android/button/


使用起来超简单,如图:

Android Button Maker is online tool to generate buttons code for Android Apps. Android API provide Drawable Resources where XML file defines geometric shape, including colors, border and gradients. 
These button is generating based on shape drawable XML code which load faster compare to normal png buttons. You can customize button properties in setting panel and get source code.
Button buttonshape.xml
<Button
android:id="@+id/angry_btn"

android:text="Button"
android:textColor="#FFFFFF"
android:textSize="30sp"

android:layout_width="270dp"
android:layout_height="60dp"
android:background="@drawable/buttonshape"
android:shadowColor="#A8A8A8"
android:shadowDx="0"
android:shadowDy="0"
android:shadowRadius="5"
/>

Button

android:text
android:textColor
android:textSize
Shadow On
android:shadowColor
android:shadowDx
android:shadowDy
android:shadowRadius

Size

android:width
android:height

Corners

android:radius
Radius Property
android:topLeftRadius
android:topRightRadius
android:bottomLeftRadius
android:bottomRightRadius

Background

gradient solid
android:type   Center 
android:centerX
android:startColor
android:centerColor
android:endColor
android:angle

Padding

Padding On
android:left
android:top
android:right
android:bottom

Stroke

android:width
android:color
bubuko.com,布布扣
 

Android Button Maker(在线生成android shape xml文件的工具),真方便!,布布扣,bubuko.com

Android Button Maker(在线生成android shape xml文件的工具),真方便!

标签:开发工具   android   android开发   xml   shape生成工具   

原文地址:http://blog.csdn.net/scry5566/article/details/25379275

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!