随笔分类 - Android Studio
摘要:1.在xml文件中定义CheckBox,一定要定义id <CheckBox android:id="@+id/beijing" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text=
阅读全文
摘要:下部导航栏的制作: 首先在menu文件下连理navigation.xml 代码如下: 然后在如下三个界面下方都填入代码: <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" an
阅读全文
摘要:activity_main3.xml: package com.example.trafficapp;import androidx.annotation.NonNull;import androidx.appcompat.app.AppCompatActivity;import android.c
阅读全文
摘要:activity_main2.xml代码: <?xml version="1.0" encoding="utf-8"?><LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" and
阅读全文
摘要:activity_main.xml源代码: <?xml version="1.0" encoding="utf-8"?><LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" and
阅读全文