摘要: 2. <View android:id="@+id/v_1" android:layout_width="100dp" android:layout_height="100dp" android:background="#000000" android:layout_centerInParent=" 阅读全文
posted @ 2021-10-08 11:58 陈曲晴 阅读(59) 评论(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 @ 2021-10-08 11:46 陈曲晴 阅读(14) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication5and6; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.con 阅读全文
posted @ 2021-10-08 11:27 陈曲晴 阅读(19) 评论(0) 推荐(0) 编辑
摘要: package com.example.chap8; import android.net.Uri; import android.os.Bundle; import android.app.Activity; import android.content.Intent; import androi 阅读全文
posted @ 2021-10-08 11:15 陈曲晴 阅读(9) 评论(0) 推荐(0) 编辑