摘要: 例题2-15 activiy_main.xml代码 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout android:layout_width="fill_parent" 3 android:layout_height="fill_pa 阅读全文
posted @ 2020-09-25 21:21 冯寳寳 阅读(1016) 评论(0) 推荐(0) 编辑
摘要: 例题2-14 图片自己存放在工程中 activity_main.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--suppress ALL --> 3 <TableLayout android:layout_width="wrap_content" 阅读全文
posted @ 2020-09-25 10:48 冯寳寳 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 例题2-13 activity_main.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--suppress ALL --> 3 <LinearLayout xmlns:app="http://schemas.android.com/apk/res 阅读全文
posted @ 2020-09-24 20:45 冯寳寳 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 例题2-12 activity_main.xml代码 1 <?xml version="1.0" encoding="utf-8"?> 2 <GridLayout android:layout_width="fill_parent" 3 android:layout_height="fill_par 阅读全文
posted @ 2020-09-24 17:30 冯寳寳 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 例题2-11 activity_main.xml代码 1 <?xml version="1.0" encoding="utf-8"?> 2 <GridLayout android:layout_width="fill_parent" 3 android:layout_height="fill_par 阅读全文
posted @ 2020-09-24 17:20 冯寳寳 阅读(617) 评论(0) 推荐(0) 编辑
摘要: 例题2-10 activity_main.xml代码 1 <?xml version="1.0" encoding="utf-8"?> 2 <GridLayout android:layout_width="fill_parent" 3 android:layout_height="fill_par 阅读全文
posted @ 2020-09-24 17:01 冯寳寳 阅读(2256) 评论(0) 推荐(0) 编辑
摘要: 例2-9代码 计算器布局(不包含括号) activity_main.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <GridLayout android:layout_width="fill_parent" 3 android:layout_heigh 阅读全文
posted @ 2020-09-23 21:35 冯寳寳 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 例题2-8 activity_main.xml代码 1 <?xml version="1.0" encoding="utf-8"?> 2 <RelativeLayout android:layout_width="fill_parent" 3 android:layout_height="fill_ 阅读全文
posted @ 2020-09-23 21:16 冯寳寳 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 例2-7 1 <?xml version="1.0" encoding="utf-8"?> 2 <TableLayout android:layout_width="fill_parent" 3 android:layout_height="fill_parent" 4 xmlns:android= 阅读全文
posted @ 2020-09-23 20:48 冯寳寳 阅读(227) 评论(0) 推荐(0) 编辑
摘要: MainActivity.java代码 package com.example.hello; import androidx.appcompat.app.AppCompatActivity; import android.graphics.Color; import android.os.Bundl 阅读全文
posted @ 2020-09-23 20:45 冯寳寳 阅读(162) 评论(0) 推荐(0) 编辑