效果:



corner.xml

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

android:background="@drawable/corner"






更多相关文章

  1. Android(安卓)使用 TableLayout 布局拉伸宽度
  2. 50个Android开发人员必备UI效果源码[转载]
  3. Android(安卓)textview 跑马灯 要加的属性
  4. android Theme使用总结
  5. Android(安卓)TextView 跑马灯滚动效果
  6. 飞舞的泡泡球
  7. 输入密码动画开门效果
  8. JavaScript实现简单的日历
  9. 弹性布局和下拉列表

随机推荐

  1. android 自带的主题 theme 的使用
  2. iWidsets公告
  3. Android通过调用Webservice实现天气预报
  4. [android开发笔记]Unable to resolve tar
  5. android 开发布局之TableLayout
  6. Android:Service之远程服务和AIDL的创建
  7. 二维码的生成细节和原理
  8. Android(安卓)之 日期选择器
  9. 我的DIY Android(安卓)之旅--gps框架及简
  10. 【Android开发学习06】Android中的文件I/