2024年6月4日发(作者:余若山)
实验3 Android应用界面开发(2)
一、 实验目的
1、掌握常用的界面设计组件的功能
TextView和EditText的功能和用法
Button和ImageButton的功能和用法
RadioButton和CheckBox的功能和用法
ToggleButton的功能和用法
时钟的功能和用法
ImageView的功能和用法
AutoCompleteTextView的功能和用法
Spinner的功能和用法
日期和时间选择器的功能和用法
2、掌握常用的XML属性
3、使用XML属性来开发漂亮的用户界面
二、 实验步骤
1、补充并调试程序,运行效果如下图所示。
以下是程序中要用到的bg_文件的内容,请注意文件所放的位置:
android:color="#0000ee"/> 以下是程序中要用到的文件的内容: 以下是文件的内容,请根据运行结果图,补充程序中所缺的XML属性值 android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > android:layout_width="fill_parent" android:layout_height="wrap_content" android:text=" 用户名 :" android:textSize="10pt" android:background="@drawable/bg_border" /> android:layout_width="fill_parent" android:layout_height="wrap_content" android:hint=" 请填写登录帐号 " android:selectAllOnFocus="true" /> android:layout_width="fill_parent" android:layout_height="wrap_content" android:text=" 密码 :" android:textSize="10pt" android:background="@drawable/bg_border" /> android:layout_width="fill_parent" 2024年6月4日发(作者:余若山) 实验3 Android应用界面开发(2) 一、 实验目的 1、掌握常用的界面设计组件的功能 TextView和EditText的功能和用法 Button和ImageButton的功能和用法 RadioButton和CheckBox的功能和用法 ToggleButton的功能和用法 时钟的功能和用法 ImageView的功能和用法 AutoCompleteTextView的功能和用法 Spinner的功能和用法 日期和时间选择器的功能和用法 2、掌握常用的XML属性 3、使用XML属性来开发漂亮的用户界面 二、 实验步骤 1、补充并调试程序,运行效果如下图所示。 以下是程序中要用到的bg_文件的内容,请注意文件所放的位置: android:color="#0000ee"/> 以下是程序中要用到的文件的内容: 以下是文件的内容,请根据运行结果图,补充程序中所缺的XML属性值 android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > android:layout_width="fill_parent" android:layout_height="wrap_content" android:text=" 用户名 :" android:textSize="10pt" android:background="@drawable/bg_border" /> android:layout_width="fill_parent" android:layout_height="wrap_content" android:hint=" 请填写登录帐号 " android:selectAllOnFocus="true" /> android:layout_width="fill_parent" android:layout_height="wrap_content" android:text=" 密码 :" android:textSize="10pt" android:background="@drawable/bg_border" /> android:layout_width="fill_parent"