博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

(1)ListActiviy要使用SetContentView需要在对应的布局里添加"@android:id/list",不然会报错

(2)画一条横线

    <View
        android:layout_width="fill_parent"
        android:layout_height="1dp"
        android:background="#C0C0C0" />

  

posted on 2013-12-18 22:34  Likwo  阅读(260)  评论(0编辑  收藏  举报