android 圆背景颜色,圆形角落按钮与背景颜色在Android

你想使用

Android的Shape Drawables.

http://developer.android.com/guide/topics/resources/drawable-resource.html#Shape

绘制/ cool_button_background.xml

android:shape="rectangle">

android:radius="@dimen/corner_radius" />

android:angle="270"

android:startColor="@color/almost_white"

android:endColor="@color/somewhat_gray"

android:type="linear" />

绘制/ cool_button.xml

android:drawable="@drawable/cool_inner_press_bottom" />

android:state_window_focused="true"

android:drawable="@drawable/cool_inner_focus_bottom" />

android:drawable="@drawable/cool_button_background" />

奖金:您可能想要为该按钮创建一个样式,以便您可以在整个程序中保持一致.你可以剪出这个步骤,只需设置按钮的android:background =“@ drawable / cool_button”.

价值观/ styles.xml

@drawable/cool_button_background

最后,按钮!

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:orientation="vertical"

android:background="@drawable/appwidget_bg">

android:id="@+id/btnAction"

android:layout_width="wrap_content"

android:layout_weight="wrap_content"

style="@style/CoolButton"

/>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值