摘要: 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 android:layout_width="match_parent" 3 android:layout_height="match_pare 阅读全文
posted @ 2022-01-12 16:32 KongLong_cm 阅读(519) 评论(0) 推荐(0)
摘要: 1 public class CheckBoxActivity extends AppCompatActivity { 2 private CheckBox cb_5,cb_6; 3 @Override 4 protected void onCreate(Bundle savedInstanceSt 阅读全文
posted @ 2022-01-12 14:02 KongLong_cm 阅读(142) 评论(0) 推荐(0)
摘要: 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 android:layout_width="match_parent" 3 android:layout_height="match_pare 阅读全文
posted @ 2022-01-12 14:01 KongLong_cm 阅读(156) 评论(0) 推荐(0)
摘要: 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 android:layout_width="match_parent" 3 android:layout_height="match_pare 阅读全文
posted @ 2022-01-12 12:23 KongLong_cm 阅读(90) 评论(0) 推荐(0)
摘要: 1 private RadioGroup mrg1; 2 @Override 3 protected void onCreate(Bundle savedInstanceState) { 4 super.onCreate(savedInstanceState); 5 setContentView(R 阅读全文
posted @ 2022-01-12 12:21 KongLong_cm 阅读(115) 评论(0) 推荐(0)
摘要: 1 package com.example.first; 2 3 import androidx.appcompat.app.AppCompatActivity; 4 5 import android.content.Intent; 6 import android.os.Bundle; 7 imp 阅读全文
posted @ 2022-01-12 12:19 KongLong_cm 阅读(104) 评论(0) 推荐(0)