mirror of
https://github.com/niushuai233/DevControl.git
synced 2024-10-27 22:43:20 +08:00
chore: 增加注释
This commit is contained in:
parent
743bc55720
commit
fa29a7cd74
@ -54,6 +54,7 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
// // 设置页签
|
// // 设置页签
|
||||||
// R.id.id_bottom_nav_menu_set
|
// R.id.id_bottom_nav_menu_set
|
||||||
// ).build();
|
// ).build();
|
||||||
|
// 返回键 左上角以及右上角
|
||||||
// NavigationUI.setupActionBarWithNavController(this, navController, appBarConfiguration);
|
// NavigationUI.setupActionBarWithNavController(this, navController, appBarConfiguration);
|
||||||
|
|
||||||
// 底部导航栏
|
// 底部导航栏
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:id="@+id/id_am_container"
|
android:id="@+id/id_am_container"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user