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

结对项目——My note(四)

时间:2017-06-18 18:55:21      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:div   ext   color   blog   version   utf-8   odi   lin   src   

备忘录编辑笔记的代码界面

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android 

"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >
     
    <TextView
        android:id="@+id/tvName"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceLarge" />
     
    <TextView
        android:id="@+id/tvDate"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />
     
</LinearLayout>

技术分享

结对项目——My note(四)

标签:div   ext   color   blog   version   utf-8   odi   lin   src   

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

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