上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 30 下一页
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" 阅读全文
posted @ 2024-09-27 21:30 赵千万 阅读(5) 评论(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 @ 2024-09-26 17:34 赵千万 阅读(2) 评论(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 @ 2024-09-25 18:35 赵千万 阅读(3) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" andr 阅读全文
posted @ 2024-09-24 22:36 赵千万 阅读(5) 评论(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 @ 2024-09-23 20:43 赵千万 阅读(6) 评论(0) 推荐(0)
摘要: <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Hello, Android!" android:textSize="18sp" android:text 阅读全文
posted @ 2024-09-22 21:40 赵千万 阅读(5) 评论(0) 推荐(0)
摘要: <Button android:layout_width="100dp" android:layout_height="100dp" android:text="Button" /> <LinearLayout android:layout_width="match_parent" android: 阅读全文
posted @ 2024-09-21 19:35 赵千万 阅读(4) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文
posted @ 2024-09-20 20:37 赵千万 阅读(4) 评论(0) 推荐(0)
摘要: package com.example.myapp; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; import android.widget.TextView; public class Sec 阅读全文
posted @ 2024-09-19 19:38 赵千万 阅读(7) 评论(0) 推荐(0)
摘要: import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.os.Bundle; import android.widget.TextView; import androi 阅读全文
posted @ 2024-09-18 18:18 赵千万 阅读(5) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 30 下一页