赞
踩
准备实现的功能:
按照要求,先实现整体布局。使用LinearLayout线性布局,分别使用TextView、EditView、Button、ListView控件实现大致框架。 布局文件代码如下:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_height="match_parent" android:layout_width="match_parent"> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:text="请输入备忘录内容" android:gravity="center" android:textAlignment="center" android:textSize="24sp" /> <EditText android:id="@+id/edit" android:layout_width="match_parent" android:layout_height="
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。