source code

This commit is contained in:
fmsh-seclab
2022-06-09 20:38:00 +08:00
parent 6e990f9230
commit dc1e2137a7
3 changed files with 5 additions and 2 deletions

2
.idea/misc.xml generated
View File

@@ -12,7 +12,7 @@
<entry key="..\:/Projects/Bluetooth/Google/TesMla/app/src/main/res/layout/listview_item.xml" value="0.1911231884057971" /> <entry key="..\:/Projects/Bluetooth/Google/TesMla/app/src/main/res/layout/listview_item.xml" value="0.1911231884057971" />
<entry key="..\:/Projects/Bluetooth/Google/TesMla/app/src/main/res/menu/bottom_nav_menu.xml" value="0.22916666666666666" /> <entry key="..\:/Projects/Bluetooth/Google/TesMla/app/src/main/res/menu/bottom_nav_menu.xml" value="0.22916666666666666" />
<entry key="..\:/TesMla/app/src/main/res/layout/activity_main.xml" value="0.2441123188405797" /> <entry key="..\:/TesMla/app/src/main/res/layout/activity_main.xml" value="0.2441123188405797" />
<entry key="..\:/TesMla/app/src/main/res/layout/fragment_files.xml" value="0.209375" /> <entry key="..\:/TesMla/app/src/main/res/layout/fragment_files.xml" value="0.1" />
<entry key="..\:/TesMla/app/src/main/res/layout/fragment_phone.xml" value="0.20677083333333332" /> <entry key="..\:/TesMla/app/src/main/res/layout/fragment_phone.xml" value="0.20677083333333332" />
<entry key="..\:/TesMla/app/src/main/res/layout/fragment_vehicle.xml" value="0.209375" /> <entry key="..\:/TesMla/app/src/main/res/layout/fragment_vehicle.xml" value="0.209375" />
<entry key="..\:/TesMla/app/src/main/res/layout/listview_item.xml" value="0.20677083333333332" /> <entry key="..\:/TesMla/app/src/main/res/layout/listview_item.xml" value="0.20677083333333332" />

View File

@@ -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/container" android:id="@+id/container"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
@@ -26,6 +27,7 @@
app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent" app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:navGraph="@navigation/mobile_navigation" /> app:navGraph="@navigation/mobile_navigation"
tools:ignore="FragmentTagUsage" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -6,6 +6,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
tools:context=".ui.vehicle.VehicleFragment" tools:context=".ui.vehicle.VehicleFragment"
android:background="@color/white"> android:background="@color/white">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"