Android中设置Button的颜色形状圆角

效果图:

代码块:

<Button   android:id="@+id/button1"   android:layout_width="269dp"   android:layout_height="wrap_content"   android:layout_centerHorizontal="true"   android:background="@drawable/bt_shape"   android:text="登录"   android:textColor="#ffffffff" />

bt_shape.xml中的代码

<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android">    <solid android:color="#69A5FF"/>    <corners    android:topLeftRadius="25dip"    android:topRightRadius="25dip"    android:bottomLeftRadius="25dip"    android:bottomRightRadius="25dp"/></shape>

根据自己想要的圆角弧度去修改corners中的值就可以

android:background就是设置Button样式的,这里我是在drawable文件夹中自定义了xml文件来写,怎么在drawable中创建xml文件呢?如下:

首先找到项目里的app文件夹右键New->Android Resource File,然后创建文件,文件名自己随便定义,只需要记得选择Resource typedrawable就好
默认:

改后:

点击OK就新建好了,然后编写上面的代码进行设置

更多相关文章

  1. 中文手写输入 (一)
  2. Android(安卓)Studio与Genymotion模拟器结合使用的一些心得
  3. Android(安卓)反编译apk文件得到项目文件
  4. Android实现类似excel表格的方法整理
  5. 【Android性能优化】使用NDK进行Java和C++混编
  6. Android(安卓)中自定义属性(attr.xml,TypedArray)的使用!
  7. 利用Android源代码编译一个自己写的Hello World模块
  8. Android通用UI封装----“我的”页面Item
  9. android UI 之 渐变效果

随机推荐

  1. Android(安卓)App兼容android10.0系统需
  2. Android异步通信机制(一)
  3. android ListView自定义适配器实现
  4. Android(安卓)studio打包生成apk
  5. 使用eclipse编写并运行你的第一个Android
  6. Android(安卓)Studio中无法找到android.o
  7. android中实现“再按一次退出”功能
  8. DELPHI XE5 FOR ANDROID 模仿驾考宝典 TM
  9. Android中xml的处理
  10. Android安全防护/检查root/检查Xposed/反