摘要: Java代码 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_par 阅读全文
posted @ 2020-11-14 10:57 包子11 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 代码 package com.example.myapplication.listview; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; im 阅读全文
posted @ 2020-11-14 10:54 包子11 阅读(83) 评论(0) 推荐(0) 编辑
摘要: XML代码 <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent 阅读全文
posted @ 2020-11-14 10:52 包子11 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 1 Java代码 package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.annotation.SuppressLint; import android.os 阅读全文
posted @ 2020-11-14 10:50 包子11 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 1 Java代码 package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.widget.RadioButt 阅读全文
posted @ 2020-11-14 10:49 包子11 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 1 Java代码 package com.example.myapplication; import android.os.Bundle; import android.text.Html; import android.view.View; import android.widget.Button 阅读全文
posted @ 2020-11-14 10:47 包子11 阅读(74) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ 阅读全文
posted @ 2020-11-14 10:45 包子11 阅读(29) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" 阅读全文
posted @ 2020-10-24 14:37 包子11 阅读(78) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" 阅读全文
posted @ 2020-10-24 14:07 包子11 阅读(51) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" 阅读全文
posted @ 2020-09-22 18:25 包子11 阅读(83) 评论(0) 推荐(0) 编辑