<ListView android:id="@+id/list" android:layout_width="fill_parent"android:layout_height="wrap_content" android:background="@layout/list_corner_1"android:layout_weight="1.0" />


list_corner_1.xml:

<?xml version="1.0" encoding="UTF-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android"android:shape="rectangle"><gradient android:startColor="#CCCCFF" android:endColor="#99CCFF"android:angle="90" /><corners android:bottomRightRadius="10dp"android:bottomLeftRadius="10dp" android:topLeftRadius="10dp"android:topRightRadius="10dp" /></shape>

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android Activity、Fragment之间的数据传
  2. Android 四大组件之---Activity 详解
  3. Android adb 命令总结_持续更新
  4. android Dialog 全屏的方法
  5. Preference的使用
  6. Android MVP 一行代码轻松解决框架替换
  7. Android 键盘映射
  8. android XUtils框架
  9. android 向serverGet和Post请求的两种方
  10. android 开发之旅 R.java 常见问题