离线详情
国家开放大学-Android智能手机编程-单元4形考任务1(听闻英语说)
发布文件:2024-09-24
57 次
国开、奥鹏所有的在线答案、离线答案都可在首页进行搜索,搜不到的可以联系客服!所有答案都有!右下角微信扫码可以添加客服微信。
答案已添加至底下文档中,可登录下载完整版。
效果图
activity—main。xml:
<?xml
version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#696969">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="6...........