码迷,mamicode.com
首页 > 其他好文 > 详细

结对项目——My note(三)

时间:2017-06-16 14:23:33      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:alt   list   XML   ima   项目   btn   size   tools   com   

备忘录添加日志的界面代码

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android 

"
    xmlns:tools="http://schemas.android.com/tools 

"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    tools:context=".MainActivity" >
     
    <ListView
        android:id="@android:id/list"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_weight="1" >
    </ListView>
     
    <Button
        android:id="@+id/btnAddNote"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="添加日志" />
     
</LinearLayout>

技术分享

结对项目——My note(三)

标签:alt   list   XML   ima   项目   btn   size   tools   com   

原文地址:http://www.cnblogs.com/lixue1206/p/7027109.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!