摘要: 例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 冯寳寳 阅读(224) 评论(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 冯寳寳 阅读(135) 评论(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 冯寳寳 阅读(231) 评论(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 冯寳寳 阅读(168) 评论(0) 推荐(0)