结对项目——My note

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了结对项目——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>

技术分享

以上是关于结对项目——My note的主要内容,如果未能解决你的问题,请参考以下文章

结对项目——My note

结对项目——My note

markdown PHPExcel Notes和代码片段

结对项目:黄金点游戏

结对项目:黄金点游戏

软件工程(2018)第二次结对作业