zoukankan      html  css  js  c++  java
  • 结对项目——My note(三)

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

    <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>

  • 相关阅读:
    反编译工具
    3.25Java变量
    标识符
    OMS系统
    java打印方法区别
    注释
    写代码时候要注意的两个点
    python_pracyoce_day1
    SKU和SPU
    文档注释
  • 原文地址:https://www.cnblogs.com/lixue1206/p/7027109.html
Copyright © 2011-2022 走看看