背景图片可以使用shape资源文件作为图片使用
shape文件属性:
1)stroke
描述: stroke:边框效果 相当于html中的盒子模型的border

属性: android:width 描边的宽度

android:color 描边的颜色

android:dashWidth 表示边框的样式是虚线的宽度,
值为0时,表示为实线。
值大于0则为虚线。

android:dashGap 表示描边为虚线时,
虚线之间的间隔 即”- - - ”

2)padding
描述:内部边距,即内容与边的距离

属性: android:left 左内边距

android:top 上内边距

android:right 右内边距

android:bottom 下内边距

3)corners
描述: corners: 圆角

属性: android:radius 半径

android:topLeftRadius 左上角半径

android:topRightRadius 右上角半径

注意一下两个属性比较不同:

android:bottomLeftRadius 右下角半径

android:bottomRightRadius 左下角半径

4)solid
描述:内部填充

属性 android:color 填充颜色

5)gradient
描述: 渐变色

属性: android:startColor 起始颜色

android:endColor 结束颜色

android:angle 渐变角度(PS:当angle=0时,渐变色是从左向右。然后逆时针方向转,当angle=90时为从下往上。
angle必须为45的整数倍)

android:type 渐变类型(取值:linear、radial、sweep)
linear 线性渐变,这是默认设置
radial 放射性渐变,以开始色为中心。
sweep 扫描线式的渐变。

android:centerColor 渐变中间颜色,即开始颜色与结束颜色之间的颜色

android:useLevel 如果要使用LevelListDrawable对象,就要设置为true。设置为true无渐变。false有渐变色

android:gradientRadius 渐变色半径.

当 android:type=”radial” 时才使用。单独使用 android:type=”radial”会报错。

android:centerX 渐变中心X点坐标的相对位置

android:centerY 渐变中心Y点坐标的相对位置

6)size
描述:size: 大小

属性: android:width 表示形状的宽度

android:height 表示形状的高度
盒子模型
margin:外边距和其他组件的距离
padding:内容和内边距的距离
border:设置边框的宽度

代码如下:

<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">    <!-- 设置边框的宽度和颜色 --> <stroke android:width="5dp" android:color="#d4323d" android:dashWidth="5dp" android:dashGap="2dp"/> <!-- 设置圆角 --> <corners android:radius="100dp"/>  <!-- 定义组件填充颜色 -->  <solid android:color="#000000"/>  <!-- 定义内容和边框的 距离-->  <padding android:left="15dp" android:right="15dp"/>  <!-- 定义渐变色 -->  <gradient android:startColor="#ffaacc" android:centerColor="#ddffcc" android:endColor="#eeff11" android:type="sweep" android:angle="45"/>  <!-- 定义边框的大小 -->  <size android:width="200dp" android:height="200dp"/></shape>

更多相关文章

  1. android获取图片的RGB颜色值
  2. android 用 XML 自定义边框(只上下边框有色)
  3. android 圆角按钮和按钮颜色
  4. android 加边框
  5. Android中自定义Dialog外形,去除黑底和白色边框
  6. 修改ProgressBar的进度条颜色
  7. android设置状态栏颜色
  8. android 设置textview边框以及点击效果
  9. android 开发中将十六进制 颜色代码 转换为int类型数值 方法 :

随机推荐

  1. Android上运行Http Server
  2. android播放rtsp文件
  3. Android之Intent原理
  4. Android(安卓)如何建立你的菜单
  5. Android中Context用法详解
  6. Android传感器、语音识别、定位系统、Goo
  7. Android笔试总结
  8. Cordova插件调用Android原生Activity修改
  9. Android命名规范(重点讲解:包名)
  10. android之layout_weight体验(实现按比例