Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
HTAnticollision
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
马乐
HTAnticollision
Commits
c94ad782
Commit
c94ad782
authored
Jun 12, 2023
by
马乐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.完成设置-网络设置UI
2.完成设置-安装信息UI
parent
da6de736
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
1187 additions
and
7 deletions
+1187
-7
AntiCollisionApp.kt
...c/main/java/com/waytous/anticollision/AntiCollisionApp.kt
+1
-1
background_btn_add.xml
app/src/main/res/drawable-night/background_btn_add.xml
+6
-0
background_btn_minus.xml
app/src/main/res/drawable-night/background_btn_minus.xml
+6
-0
background_user_settings_item1.xml
...ain/res/drawable-night/background_user_settings_item1.xml
+12
-0
background_user_settings_item2.xml
...ain/res/drawable-night/background_user_settings_item2.xml
+12
-0
background_btn_add.xml
app/src/main/res/drawable/background_btn_add.xml
+6
-0
background_btn_minus.xml
app/src/main/res/drawable/background_btn_minus.xml
+6
-0
background_user_settings_item1.xml
app/src/main/res/drawable/background_user_settings_item1.xml
+10
-0
background_user_settings_item2.xml
app/src/main/res/drawable/background_user_settings_item2.xml
+10
-0
fixed_info_layout.xml
app/src/main/res/layout/fixed_info_layout.xml
+847
-0
fragment_user_settings.xml
app/src/main/res/layout/fragment_user_settings.xml
+0
-1
network_settings_layout.xml
app/src/main/res/layout/network_settings_layout.xml
+244
-0
vehicle_info_layout.xml
app/src/main/res/layout/vehicle_info_layout.xml
+5
-5
icon_add_pressed.png
app/src/main/res/mipmap-xhdpi/icon_add_pressed.png
+0
-0
icon_minus_pressed.png
app/src/main/res/mipmap-xhdpi/icon_minus_pressed.png
+0
-0
dimens.xml
app/src/main/res/values/dimens.xml
+2
-0
strings.xml
app/src/main/res/values/strings.xml
+20
-0
No files found.
app/src/main/java/com/waytous/anticollision/AntiCollisionApp.kt
View file @
c94ad782
...
...
@@ -14,7 +14,7 @@ class AntiCollisionApp: Application(){
override
fun
onCreate
()
{
super
.
onCreate
()
Utils
.
init
(
this
)
LogUtils
.
getConfig
().
globalTag
=
"
Waytous
"
LogUtils
.
getConfig
().
globalTag
=
"
male
"
SPStaticUtils
.
setDefaultSPUtils
(
SPUtils
.
getInstance
(
"settings"
))
}
...
...
app/src/main/res/drawable-night/background_btn_add.xml
0 → 100644
View file @
c94ad782
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:state_pressed=
"false"
android:drawable=
"@mipmap/icon_add_night"
/>
<item
android:state_pressed=
"true"
android:drawable=
"@mipmap/icon_add_pressed"
/>
</selector>
\ No newline at end of file
app/src/main/res/drawable-night/background_btn_minus.xml
0 → 100644
View file @
c94ad782
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:state_pressed=
"false"
android:drawable=
"@mipmap/icon_minus_night"
/>
<item
android:state_pressed=
"true"
android:drawable=
"@mipmap/icon_minus_pressed"
/>
</selector>
\ No newline at end of file
app/src/main/res/drawable-night/background_user_settings_item1.xml
0 → 100644
View file @
c94ad782
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"621dp"
android:height=
"86.5dp"
android:viewportWidth=
"621"
android:viewportHeight=
"86.5"
>
<path
android:pathData=
"M13,1H11A10,10 0,0 0,1 11V75.5a10,10 0,0 0,10 10H610a10,10 0,0 0,10 -10V11A10,10 0,0 0,610 1H144"
android:strokeAlpha=
"0.1"
android:strokeWidth=
"2"
android:fillColor=
"#00000000"
android:strokeColor=
"#d1d1d1"
/>
</vector>
app/src/main/res/drawable-night/background_user_settings_item2.xml
0 → 100644
View file @
c94ad782
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"299dp"
android:height=
"217.5dp"
android:viewportWidth=
"299"
android:viewportHeight=
"217.5"
>
<path
android:pathData=
"M13,1H11A10,10 0,0 0,1 11V206.5a10,10 0,0 0,10 10H288a10,10 0,0 0,10 -10V11A10,10 0,0 0,288 1H134"
android:strokeAlpha=
"0.1"
android:strokeWidth=
"2"
android:fillColor=
"#00000000"
android:strokeColor=
"#d1d1d1"
/>
</vector>
app/src/main/res/drawable/background_btn_add.xml
0 → 100644
View file @
c94ad782
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:state_pressed=
"false"
android:drawable=
"@mipmap/icon_add_light"
/>
<item
android:state_pressed=
"true"
android:drawable=
"@mipmap/icon_add_pressed"
/>
</selector>
\ No newline at end of file
app/src/main/res/drawable/background_btn_minus.xml
0 → 100644
View file @
c94ad782
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:state_pressed=
"false"
android:drawable=
"@mipmap/icon_minus_light"
/>
<item
android:state_pressed=
"true"
android:drawable=
"@mipmap/icon_minus_pressed"
/>
</selector>
\ No newline at end of file
app/src/main/res/drawable/background_user_settings_item1.xml
0 → 100644
View file @
c94ad782
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"621dp"
android:height=
"86.5dp"
android:viewportWidth=
"621"
android:viewportHeight=
"86.5"
>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M11,2a9,9 0,0 0,-9 9V75.5a9,9 0,0 0,9 9H610a9,9 0,0 0,9 -9V11a9,9 0,0 0,-9 -9H136.5V0H610a11,11 0,0 1,11 11V75.5a11,11 0,0 1,-11 11H11a11,11 0,0 1,-11 -11V11A11,11 0,0 1,11 0h2V2Z"
android:fillAlpha=
"0.1"
/>
</vector>
app/src/main/res/drawable/background_user_settings_item2.xml
0 → 100644
View file @
c94ad782
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"299dp"
android:height=
"217.5dp"
android:viewportWidth=
"299"
android:viewportHeight=
"217.5"
>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M11,2a9,9 0,0 0,-9 9V206.5a9,9 0,0 0,9 9H288a9,9 0,0 0,9 -9V11a9,9 0,0 0,-9 -9H134V0H288a11,11 0,0 1,11 11V206.5a11,11 0,0 1,-11 11H11a11,11 0,0 1,-11 -11V11A11,11 0,0 1,11 0h2V2Z"
android:fillAlpha=
"0.1"
/>
</vector>
app/src/main/res/layout/fixed_info_layout.xml
0 → 100644
View file @
c94ad782
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_width=
"wrap_content"
android:layout_height=
"@dimen/dp_578"
android:layout_marginStart=
"@dimen/dp_26"
tools:context=
".ui.settings.UserSettingsFragment"
>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"@dimen/dp_20"
android:text=
"@string/fixed_base_info_settings"
android:textSize=
"@dimen/sp_18"
android:textColor=
"@color/color_ff333333"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedInfoLayout"
android:layout_width=
"@dimen/dp_620"
android:layout_height=
"@dimen/dp_84"
android:background=
"@drawable/background_user_settings_item1"
android:layout_marginTop=
"@dimen/dp_14"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_10"
android:text=
"@string/fixed_base_info_t1"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/fixedInfoT1Layout"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedInfoT1Layout"
android:layout_width=
"@dimen/dp_180"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:layout_marginStart=
"@dimen/dp_92"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedT1Increase"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_minus"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@id/fixedInfoT1Et"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/fixedInfoT1Et"
android:layout_width=
"@dimen/dp_58"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:background=
"@null"
android:text=
"1.0"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_24"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedT1Decrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_add"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/fixedInfoT1Et"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_10"
android:text=
"@string/fixed_base_info_t0"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/fixedInfoT0Layout"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedInfoT0Layout"
android:layout_width=
"@dimen/dp_180"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:layout_marginEnd=
"@dimen/dp_24"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedT0Increase"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_minus"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@id/fixedInfoT0Et"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/fixedInfoT0Et"
android:layout_width=
"@dimen/dp_58"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:background=
"@null"
android:text=
"2.0"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_24"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedT0Decrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_add"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/fixedInfoT0Et"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatTextView
android:id=
"@+id/fixedIMUPositionTitle"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"@dimen/dp_20"
android:layout_marginTop=
"@dimen/dp_10"
android:text=
"@string/fixed_imu_position"
android:textSize=
"@dimen/sp_18"
android:textColor=
"@color/color_ff333333"
app:layout_constraintTop_toBottomOf=
"@id/fixedInfoLayout"
app:layout_constraintStart_toStartOf=
"parent"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedIMUPositionLayout"
android:layout_width=
"@dimen/dp_296"
android:layout_height=
"@dimen/dp_216"
android:layout_marginTop=
"@dimen/dp_14"
android:background=
"@drawable/background_user_settings_item2"
app:layout_constraintTop_toTopOf=
"@id/fixedIMUPositionTitle"
app:layout_constraintStart_toStartOf=
"parent"
>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_10"
android:text=
"@string/fixed_imu_position_right"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/fixedIMUPositionRightMove"
app:layout_constraintTop_toTopOf=
"@id/fixedIMUPositionRightMove"
app:layout_constraintBottom_toBottomOf=
"@id/fixedIMUPositionRightMove"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedIMUPositionRightMove"
android:layout_width=
"@dimen/dp_180"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:layout_marginTop=
"@dimen/dp_15"
android:layout_marginStart=
"@dimen/dp_92"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toTopOf=
"@id/fixedIMUPositionBackMove"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedIMUPositionRightIncrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_minus"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@id/fixedIMUPositionRightEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/fixedIMUPositionRightEt"
android:layout_width=
"@dimen/dp_58"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:background=
"@null"
android:text=
"1.0"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_24"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedIMUPositionRightDecrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_add"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/fixedIMUPositionRightEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_10"
android:text=
"@string/fixed_imu_position_back"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/fixedIMUPositionBackMove"
app:layout_constraintTop_toTopOf=
"@id/fixedIMUPositionBackMove"
app:layout_constraintBottom_toBottomOf=
"@id/fixedIMUPositionBackMove"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedIMUPositionBackMove"
android:layout_width=
"@dimen/dp_180"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:layout_marginTop=
"@dimen/dp_13"
app:layout_constraintStart_toStartOf=
"@id/fixedIMUPositionRightMove"
app:layout_constraintTop_toBottomOf=
"@id/fixedIMUPositionRightMove"
app:layout_constraintEnd_toEndOf=
"@id/fixedIMUPositionRightMove"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedIMUPositionBackIncrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_minus"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@id/fixedIMUPositionBackEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/fixedIMUPositionBackEt"
android:layout_width=
"@dimen/dp_58"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:background=
"@null"
android:text=
"3.0"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_24"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedIMUPositionBackDecrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_add"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/fixedIMUPositionBackEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_10"
android:text=
"@string/fixed_imu_position_top"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/fixedIMUPositionTopMove"
app:layout_constraintTop_toTopOf=
"@id/fixedIMUPositionTopMove"
app:layout_constraintBottom_toBottomOf=
"@id/fixedIMUPositionTopMove"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedIMUPositionTopMove"
android:layout_width=
"@dimen/dp_180"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:layout_marginTop=
"@dimen/dp_13"
app:layout_constraintStart_toStartOf=
"@id/fixedIMUPositionBackMove"
app:layout_constraintTop_toBottomOf=
"@id/fixedIMUPositionBackMove"
app:layout_constraintEnd_toEndOf=
"@id/fixedIMUPositionBackMove"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedIMUPositionTopIncrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_minus"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@id/fixedIMUPositionTopEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/fixedIMUPositionTopEt"
android:layout_width=
"@dimen/dp_58"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:background=
"@null"
android:text=
"4.0"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_24"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedIMUPositionTopDecrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_add"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/fixedIMUPositionTopEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatTextView
android:id=
"@+id/fixedDeviceAngleTitle"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"@dimen/dp_20"
android:layout_marginTop=
"@dimen/dp_10"
android:text=
"@string/fixed_device_angle"
android:textSize=
"@dimen/sp_18"
android:textColor=
"@color/color_ff333333"
app:layout_constraintTop_toBottomOf=
"@id/fixedInfoLayout"
app:layout_constraintStart_toStartOf=
"@id/fixedDeviceAngleLayout"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedDeviceAngleLayout"
android:layout_width=
"@dimen/dp_296"
android:layout_height=
"@dimen/dp_216"
android:layout_marginTop=
"@dimen/dp_14"
android:background=
"@drawable/background_user_settings_item2"
app:layout_constraintEnd_toEndOf=
"@id/fixedInfoLayout"
app:layout_constraintTop_toTopOf=
"@id/fixedDeviceAngleTitle"
>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_10"
android:text=
"@string/fixed_device_angle_x"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_20"
app:layout_constraintBottom_toBottomOf=
"@id/fixedDeviceAngleX"
app:layout_constraintEnd_toStartOf=
"@id/fixedDeviceAngleX"
app:layout_constraintTop_toTopOf=
"@id/fixedDeviceAngleX"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedDeviceAngleX"
android:layout_width=
"@dimen/dp_180"
android:layout_height=
"@dimen/dp_54"
android:layout_marginTop=
"@dimen/dp_15"
android:layout_marginEnd=
"@dimen/dp_24"
android:background=
"@drawable/background_collect_spinner_text"
app:layout_constraintBottom_toTopOf=
"@id/fixedDeviceAngleY"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedDeviceAngleXIncrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@id/fixedDeviceAngleXEt"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:srcCompat=
"@drawable/background_btn_minus"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/fixedDeviceAngleXEt"
android:layout_width=
"@dimen/dp_58"
android:layout_height=
"match_parent"
android:background=
"@null"
android:gravity=
"center"
android:text=
"1.0"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_24"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedDeviceAngleXDecrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/fixedDeviceAngleXEt"
app:layout_constraintTop_toTopOf=
"parent"
app:srcCompat=
"@drawable/background_btn_add"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_10"
android:text=
"@string/fixed_device_angle_y"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_20"
app:layout_constraintBottom_toBottomOf=
"@id/fixedDeviceAngleY"
app:layout_constraintEnd_toStartOf=
"@id/fixedDeviceAngleY"
app:layout_constraintTop_toTopOf=
"@id/fixedDeviceAngleY"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedDeviceAngleY"
android:layout_width=
"@dimen/dp_180"
android:layout_height=
"@dimen/dp_54"
android:layout_marginTop=
"@dimen/dp_13"
android:background=
"@drawable/background_collect_spinner_text"
app:layout_constraintEnd_toEndOf=
"@id/fixedDeviceAngleX"
app:layout_constraintStart_toStartOf=
"@id/fixedDeviceAngleX"
app:layout_constraintTop_toBottomOf=
"@id/fixedDeviceAngleX"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedDeviceAngleYIncrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@id/fixedDeviceAngleYEt"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:srcCompat=
"@drawable/background_btn_minus"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/fixedDeviceAngleYEt"
android:layout_width=
"@dimen/dp_58"
android:layout_height=
"match_parent"
android:background=
"@null"
android:gravity=
"center"
android:text=
"3.0"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_24"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedDeviceAngleYDecrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/fixedDeviceAngleYEt"
app:layout_constraintTop_toTopOf=
"parent"
app:srcCompat=
"@drawable/background_btn_add"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_10"
android:text=
"@string/fixed_device_angle_z"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_20"
app:layout_constraintBottom_toBottomOf=
"@id/fixedDeviceAngleZ"
app:layout_constraintEnd_toStartOf=
"@id/fixedDeviceAngleZ"
app:layout_constraintTop_toTopOf=
"@id/fixedDeviceAngleZ"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedDeviceAngleZ"
android:layout_width=
"@dimen/dp_180"
android:layout_height=
"@dimen/dp_54"
android:layout_marginTop=
"@dimen/dp_13"
android:background=
"@drawable/background_collect_spinner_text"
app:layout_constraintEnd_toEndOf=
"@id/fixedDeviceAngleY"
app:layout_constraintStart_toStartOf=
"@id/fixedDeviceAngleY"
app:layout_constraintTop_toBottomOf=
"@id/fixedDeviceAngleY"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedDeviceAngleZIncrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@id/fixedDeviceAngleZEt"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:srcCompat=
"@drawable/background_btn_minus"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/fixedDeviceAngleZEt"
android:layout_width=
"@dimen/dp_58"
android:layout_height=
"match_parent"
android:background=
"@null"
android:gravity=
"center"
android:text=
"4.0"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_24"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedDeviceAngleZDecrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/fixedDeviceAngleZEt"
app:layout_constraintTop_toTopOf=
"parent"
app:srcCompat=
"@drawable/background_btn_add"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatTextView
android:id=
"@+id/fixedMainAntennaPositionTitle"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"@dimen/dp_20"
android:text=
"@string/fixed_main_antenna_position"
android:textSize=
"@dimen/sp_18"
android:textColor=
"@color/color_ff333333"
app:layout_constraintTop_toTopOf=
"@id/fixedMainAntennaPositionLayout"
app:layout_constraintBottom_toTopOf=
"@id/fixedMainAntennaPositionLayout"
app:layout_constraintStart_toStartOf=
"@id/fixedMainAntennaPositionLayout"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedMainAntennaPositionLayout"
android:layout_width=
"@dimen/dp_296"
android:layout_height=
"@dimen/dp_216"
android:background=
"@drawable/background_user_settings_item2"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_10"
android:text=
"@string/fixed_imu_position_right"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/fixedMainAntennaPositionRightMove"
app:layout_constraintTop_toTopOf=
"@id/fixedMainAntennaPositionRightMove"
app:layout_constraintBottom_toBottomOf=
"@id/fixedMainAntennaPositionRightMove"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedMainAntennaPositionRightMove"
android:layout_width=
"@dimen/dp_180"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:layout_marginTop=
"@dimen/dp_15"
android:layout_marginStart=
"@dimen/dp_92"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toTopOf=
"@id/fixedMainAntennaPositionBackMove"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedMainAntennaPositionRightIncrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_minus"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@id/fixedMainAntennaPositionRightEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/fixedMainAntennaPositionRightEt"
android:layout_width=
"@dimen/dp_58"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:background=
"@null"
android:text=
"1.0"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_24"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedMainAntennaPositionRightDecrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_add"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/fixedMainAntennaPositionRightEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_10"
android:text=
"@string/fixed_imu_position_back"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/fixedMainAntennaPositionBackMove"
app:layout_constraintTop_toTopOf=
"@id/fixedMainAntennaPositionBackMove"
app:layout_constraintBottom_toBottomOf=
"@id/fixedMainAntennaPositionBackMove"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedMainAntennaPositionBackMove"
android:layout_width=
"@dimen/dp_180"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:layout_marginTop=
"@dimen/dp_13"
app:layout_constraintStart_toStartOf=
"@id/fixedMainAntennaPositionRightMove"
app:layout_constraintTop_toBottomOf=
"@id/fixedMainAntennaPositionRightMove"
app:layout_constraintEnd_toEndOf=
"@id/fixedMainAntennaPositionRightMove"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedMainAntennaPositionBackIncrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_minus"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@id/fixedMainAntennaPositionBackEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/fixedMainAntennaPositionBackEt"
android:layout_width=
"@dimen/dp_58"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:background=
"@null"
android:text=
"3.0"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_24"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedMainAntennaPositionBackDecrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_add"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/fixedMainAntennaPositionBackEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_10"
android:text=
"@string/fixed_imu_position_top"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/fixedMainAntennaPositionTopMove"
app:layout_constraintTop_toTopOf=
"@id/fixedMainAntennaPositionTopMove"
app:layout_constraintBottom_toBottomOf=
"@id/fixedMainAntennaPositionTopMove"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedMainAntennaPositionTopMove"
android:layout_width=
"@dimen/dp_180"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:layout_marginTop=
"@dimen/dp_13"
app:layout_constraintStart_toStartOf=
"@id/fixedMainAntennaPositionBackMove"
app:layout_constraintTop_toBottomOf=
"@id/fixedMainAntennaPositionBackMove"
app:layout_constraintEnd_toEndOf=
"@id/fixedMainAntennaPositionBackMove"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedMainAntennaPositionTopIncrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_minus"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@id/fixedMainAntennaPositionTopEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/fixedMainAntennaPositionTopEt"
android:layout_width=
"@dimen/dp_58"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:background=
"@null"
android:text=
"4.0"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_24"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedMainAntennaPositionTopDecrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_add"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/fixedMainAntennaPositionTopEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatTextView
android:id=
"@+id/fixedSecondaryAntennaPositionTitle"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"@dimen/dp_20"
android:text=
"@string/fixed_secondary_antenna_position"
android:textSize=
"@dimen/sp_18"
android:textColor=
"@color/color_ff333333"
app:layout_constraintTop_toTopOf=
"@id/fixedSecondaryAntennaPositionLayout"
app:layout_constraintBottom_toTopOf=
"@id/fixedSecondaryAntennaPositionLayout"
app:layout_constraintStart_toStartOf=
"@id/fixedSecondaryAntennaPositionLayout"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedSecondaryAntennaPositionLayout"
android:layout_width=
"@dimen/dp_296"
android:layout_height=
"@dimen/dp_216"
android:background=
"@drawable/background_user_settings_item2"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"@id/fixedInfoLayout"
>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_10"
android:text=
"@string/fixed_imu_position_right"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/fixedSecondaryAntennaPositionRightMove"
app:layout_constraintTop_toTopOf=
"@id/fixedSecondaryAntennaPositionRightMove"
app:layout_constraintBottom_toBottomOf=
"@id/fixedSecondaryAntennaPositionRightMove"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedSecondaryAntennaPositionRightMove"
android:layout_width=
"@dimen/dp_180"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:layout_marginTop=
"@dimen/dp_15"
android:layout_marginStart=
"@dimen/dp_92"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toTopOf=
"@id/fixedSecondaryAntennaPositionBackMove"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedSecondaryAntennaPositionRightIncrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_minus"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@id/fixedSecondaryAntennaPositionRightEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/fixedSecondaryAntennaPositionRightEt"
android:layout_width=
"@dimen/dp_58"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:background=
"@null"
android:text=
"1.0"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_24"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedSecondaryAntennaPositionRightDecrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_add"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/fixedSecondaryAntennaPositionRightEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_10"
android:text=
"@string/fixed_imu_position_back"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/fixedSecondaryAntennaPositionBackMove"
app:layout_constraintTop_toTopOf=
"@id/fixedSecondaryAntennaPositionBackMove"
app:layout_constraintBottom_toBottomOf=
"@id/fixedSecondaryAntennaPositionBackMove"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedSecondaryAntennaPositionBackMove"
android:layout_width=
"@dimen/dp_180"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:layout_marginTop=
"@dimen/dp_13"
app:layout_constraintStart_toStartOf=
"@id/fixedSecondaryAntennaPositionRightMove"
app:layout_constraintTop_toBottomOf=
"@id/fixedSecondaryAntennaPositionRightMove"
app:layout_constraintEnd_toEndOf=
"@id/fixedSecondaryAntennaPositionRightMove"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedSecondaryAntennaPositionBackIncrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_minus"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@id/fixedSecondaryAntennaPositionBackEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/fixedSecondaryAntennaPositionBackEt"
android:layout_width=
"@dimen/dp_58"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:background=
"@null"
android:text=
"3.0"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_24"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedSecondaryAntennaPositionBackDecrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_add"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/fixedSecondaryAntennaPositionBackEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_10"
android:text=
"@string/fixed_imu_position_top"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/fixedSecondaryAntennaPositionTopMove"
app:layout_constraintTop_toTopOf=
"@id/fixedSecondaryAntennaPositionTopMove"
app:layout_constraintBottom_toBottomOf=
"@id/fixedSecondaryAntennaPositionTopMove"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/fixedSecondaryAntennaPositionTopMove"
android:layout_width=
"@dimen/dp_180"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:layout_marginTop=
"@dimen/dp_13"
app:layout_constraintStart_toStartOf=
"@id/fixedSecondaryAntennaPositionBackMove"
app:layout_constraintTop_toBottomOf=
"@id/fixedSecondaryAntennaPositionBackMove"
app:layout_constraintEnd_toEndOf=
"@id/fixedSecondaryAntennaPositionBackMove"
>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedSecondaryAntennaPositionTopIncrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_minus"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@id/fixedSecondaryAntennaPositionTopEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/fixedSecondaryAntennaPositionTopEt"
android:layout_width=
"@dimen/dp_58"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:background=
"@null"
android:text=
"4.0"
android:textColor=
"@color/color_ff333333"
android:textSize=
"@dimen/sp_24"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/fixedSecondaryAntennaPositionTopDecrease"
android:layout_width=
"@dimen/dp_22"
android:layout_height=
"@dimen/dp_22"
app:srcCompat=
"@drawable/background_btn_add"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/fixedSecondaryAntennaPositionTopEt"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatImageView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"@dimen/dp_59"
app:srcCompat=
"@mipmap/illustration_vehicle_fix"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/fixedInfoLayout"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/layout/fragment_user_settings.xml
View file @
c94ad782
...
...
@@ -77,7 +77,6 @@
android:id=
"@+id/userSettingsContentWrapper"
android:layout_width=
"@dimen/dp_0"
android:layout_height=
"@dimen/dp_0"
android:layout_marginStart=
"@dimen/dp_26"
app:layout_constraintTop_toTopOf=
"@id/useSettingsRadioGroup"
app:layout_constraintBottom_toBottomOf=
"@id/useSettingsRadioGroup"
app:layout_constraintStart_toStartOf=
"@id/useSettingsRadioGroup"
/>
...
...
app/src/main/res/layout/network_settings_layout.xml
0 → 100644
View file @
c94ad782
<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.LinearLayoutCompat
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_width=
"wrap_content"
android:layout_height=
"@dimen/dp_578"
android:layout_marginStart=
"@dimen/dp_39"
android:orientation=
"vertical"
tools:context=
".ui.settings.UserSettingsFragment"
>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/networkLayout1"
android:layout_width=
"@dimen/dp_1072"
android:layout_height=
"@dimen/dp_206"
android:background=
"@drawable/background_user_settings_vehicle_info"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/networkBackServiceHost"
android:layout_width=
"@dimen/dp_340"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:paddingStart=
"@dimen/dp_10"
android:paddingEnd=
"@dimen/dp_10"
android:layout_marginTop=
"@dimen/dp_32"
android:layout_marginStart=
"@dimen/dp_171"
android:hint=
"请输入后台服务IP"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_16"
android:text=
"@string/network_settings_back_service_host"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/networkBackServiceHost"
app:layout_constraintTop_toTopOf=
"@id/networkBackServiceHost"
app:layout_constraintBottom_toBottomOf=
"@id/networkBackServiceHost"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/networkBackServicePort"
android:layout_width=
"@dimen/dp_340"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:paddingStart=
"@dimen/dp_10"
android:paddingEnd=
"@dimen/dp_10"
android:layout_marginTop=
"@dimen/dp_30"
android:hint=
"请输入service端口号"
app:layout_constraintTop_toBottomOf=
"@id/networkBackServiceHost"
app:layout_constraintStart_toStartOf=
"@id/networkBackServiceHost"
app:layout_constraintEnd_toEndOf=
"@id/networkBackServiceHost"
/>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_16"
android:text=
"@string/network_settings_service_port"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/networkBackServicePort"
app:layout_constraintTop_toTopOf=
"@id/networkBackServicePort"
app:layout_constraintBottom_toBottomOf=
"@id/networkBackServicePort"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/networkCommunicationServiceHost"
android:layout_width=
"@dimen/dp_340"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:paddingStart=
"@dimen/dp_10"
android:paddingEnd=
"@dimen/dp_10"
android:layout_marginEnd=
"@dimen/dp_34"
android:hint=
"请输入通讯服务IP"
app:layout_constraintTop_toTopOf=
"@id/networkBackServiceHost"
app:layout_constraintBottom_toBottomOf=
"@id/networkBackServiceHost"
app:layout_constraintEnd_toEndOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_16"
android:text=
"@string/network_settings_communication_service_host"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/networkCommunicationServiceHost"
app:layout_constraintTop_toTopOf=
"@id/networkCommunicationServiceHost"
app:layout_constraintBottom_toBottomOf=
"@id/networkCommunicationServiceHost"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/networkCommunicationServicePort"
android:layout_width=
"@dimen/dp_340"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:paddingStart=
"@dimen/dp_10"
android:paddingEnd=
"@dimen/dp_10"
android:layout_marginEnd=
"@dimen/dp_34"
android:hint=
"请输入service端口号"
app:layout_constraintTop_toTopOf=
"@id/networkBackServicePort"
app:layout_constraintBottom_toBottomOf=
"@id/networkBackServicePort"
app:layout_constraintEnd_toEndOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_16"
android:text=
"@string/network_settings_service_port"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/networkCommunicationServicePort"
app:layout_constraintTop_toTopOf=
"@id/networkCommunicationServicePort"
app:layout_constraintBottom_toBottomOf=
"@id/networkCommunicationServicePort"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/vehicleInfoLayout2"
android:layout_width=
"@dimen/dp_1072"
android:layout_height=
"@dimen/dp_94"
android:background=
"@drawable/background_user_settings_vehicle_info"
android:layout_marginTop=
"@dimen/dp_30"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/networkMapServiceHost"
android:layout_width=
"@dimen/dp_340"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:paddingStart=
"@dimen/dp_10"
android:paddingEnd=
"@dimen/dp_10"
android:layout_marginStart=
"@dimen/dp_171"
android:hint=
"请输入地图服务IP"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_16"
android:text=
"@string/network_settings_map_service_host"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/networkMapServiceHost"
app:layout_constraintTop_toTopOf=
"@id/networkMapServiceHost"
app:layout_constraintBottom_toBottomOf=
"@id/networkMapServiceHost"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/networkMapServicePort"
android:layout_width=
"@dimen/dp_340"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:paddingStart=
"@dimen/dp_10"
android:paddingEnd=
"@dimen/dp_10"
android:layout_marginEnd=
"@dimen/dp_34"
android:hint=
"请输入地图服务端口"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_16"
android:text=
"@string/network_settings_port"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/networkMapServicePort"
app:layout_constraintTop_toTopOf=
"@id/networkMapServicePort"
app:layout_constraintBottom_toBottomOf=
"@id/networkMapServicePort"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/vehicleInfoLayout3"
android:layout_width=
"@dimen/dp_1072"
android:layout_height=
"@dimen/dp_94"
android:background=
"@drawable/background_user_settings_vehicle_info"
android:layout_marginTop=
"@dimen/dp_30"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/networkFrontServiceHost"
android:layout_width=
"@dimen/dp_340"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:paddingStart=
"@dimen/dp_10"
android:paddingEnd=
"@dimen/dp_10"
android:layout_marginStart=
"@dimen/dp_171"
android:hint=
"请输入前端服务IP"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_16"
android:text=
"@string/network_settings_front_service_host"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/networkFrontServiceHost"
app:layout_constraintTop_toTopOf=
"@id/networkFrontServiceHost"
app:layout_constraintBottom_toBottomOf=
"@id/networkFrontServiceHost"
/>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/networkFrontServicePort"
android:layout_width=
"@dimen/dp_340"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:paddingStart=
"@dimen/dp_10"
android:paddingEnd=
"@dimen/dp_10"
android:layout_marginEnd=
"@dimen/dp_34"
android:hint=
"请输入前端服务端口"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_16"
android:text=
"@string/network_settings_port"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/networkFrontServicePort"
app:layout_constraintTop_toTopOf=
"@id/networkFrontServicePort"
app:layout_constraintBottom_toBottomOf=
"@id/networkFrontServicePort"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/vehicleInfoLayout4"
android:layout_width=
"@dimen/dp_1072"
android:layout_height=
"@dimen/dp_94"
android:background=
"@drawable/background_user_settings_vehicle_info"
android:layout_marginTop=
"@dimen/dp_30"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
>
<androidx.appcompat.widget.AppCompatEditText
android:id=
"@+id/networkSimApn"
android:layout_width=
"@dimen/dp_340"
android:layout_height=
"@dimen/dp_54"
android:background=
"@drawable/background_collect_spinner_text"
android:paddingStart=
"@dimen/dp_10"
android:paddingEnd=
"@dimen/dp_10"
android:layout_marginStart=
"@dimen/dp_171"
android:hint=
"请输入SIM卡APN"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"@dimen/dp_16"
android:text=
"@string/network_settings_sim_apn"
android:textSize=
"@dimen/sp_20"
android:textColor=
"@color/color_ff333333"
app:layout_constraintEnd_toStartOf=
"@id/networkSimApn"
app:layout_constraintTop_toTopOf=
"@id/networkSimApn"
app:layout_constraintBottom_toBottomOf=
"@id/networkSimApn"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.appcompat.widget.LinearLayoutCompat>
\ No newline at end of file
app/src/main/res/layout/vehicle_info_layout.xml
View file @
c94ad782
...
...
@@ -4,6 +4,7 @@
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_width=
"wrap_content"
android:layout_height=
"@dimen/dp_578"
android:layout_marginStart=
"@dimen/dp_26"
tools:context=
".ui.settings.UserSettingsFragment"
>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/vehicleInfoLayout1"
...
...
@@ -155,15 +156,13 @@
app:layout_constraintTop_toTopOf=
"@id/userSettingsDeviceHigh"
app:layout_constraintBottom_toBottomOf=
"@id/userSettingsDeviceHigh"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/vehicleInfoImage"
android:layout_width=
"match_parent"
android:layout_height=
"
match_par
ent"
android:layout_height=
"
wrap_cont
ent"
android:layout_marginStart=
"51dp"
app:srcCompat=
"@mipmap/illustration_vehicle_size"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/vehicleInfoLayout1"
app:layout_constraintTop_toTopOf=
"parent"
app:
layout_constraintEnd_toEndOf=
"parent"
/>
app:
srcCompat=
"@mipmap/illustration_vehicle_size"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/mipmap-xhdpi/icon_add_pressed.png
0 → 100644
View file @
c94ad782
527 Bytes
app/src/main/res/mipmap-xhdpi/icon_minus_pressed.png
0 → 100644
View file @
c94ad782
313 Bytes
app/src/main/res/values/dimens.xml
View file @
c94ad782
...
...
@@ -393,6 +393,7 @@
<dimen
name=
"dp_560"
>
560dp
</dimen>
<dimen
name=
"dp_578"
>
578dp
</dimen>
<dimen
name=
"dp_600"
>
600dp
</dimen>
<dimen
name=
"dp_620"
>
620dp
</dimen>
<dimen
name=
"dp_636"
>
636dp
</dimen>
<dimen
name=
"dp_652"
>
652dp
</dimen>
<dimen
name=
"dp_640"
>
640dp
</dimen>
...
...
@@ -401,6 +402,7 @@
<dimen
name=
"dp_720"
>
720dp
</dimen>
<dimen
name=
"dp_896"
>
896dp
</dimen>
<dimen
name=
"dp_984"
>
984dp
</dimen>
<dimen
name=
"dp_1072"
>
1072dp
</dimen>
<!-- font size,you can add if there is no one -->
<dimen
name=
"sp_6"
>
6sp
</dimen>
...
...
app/src/main/res/values/strings.xml
View file @
c94ad782
...
...
@@ -101,7 +101,27 @@
<string
name=
"vehicle_width"
>
车宽(m)
</string>
<string
name=
"vehicle_high"
>
车高(m)
</string>
<string
name=
"network_settings"
>
网络设置
</string>
<string
name=
"network_settings_back_service_host"
>
后台服务IP
</string>
<string
name=
"network_settings_service_port"
>
server端口号
</string>
<string
name=
"network_settings_communication_service_host"
>
通讯服务IP
</string>
<string
name=
"network_settings_map_service_host"
>
地图服务IP
</string>
<string
name=
"network_settings_port"
>
端口号
</string>
<string
name=
"network_settings_front_service_host"
>
前端服务IP
</string>
<string
name=
"network_settings_sim_apn"
>
SIM卡APN
</string>
<string
name=
"fixed_info"
>
安装信息
</string>
<string
name=
"fixed_base_info_settings"
>
基础信息设置
</string>
<string
name=
"fixed_imu_position"
>
IMU安装位置
</string>
<string
name=
"fixed_device_angle"
>
设备安装角度
</string>
<string
name=
"fixed_main_antenna_position"
>
主天线安装位置
</string>
<string
name=
"fixed_secondary_antenna_position"
>
副天线安装位置
</string>
<string
name=
"fixed_base_info_t1"
>
T1(m)
</string>
<string
name=
"fixed_base_info_t0"
>
T0(m)
</string>
<string
name=
"fixed_imu_position_right"
>
右移(m)
</string>
<string
name=
"fixed_imu_position_back"
>
后移(m)
</string>
<string
name=
"fixed_imu_position_top"
>
上移(m)
</string>
<string
name=
"fixed_device_angle_x"
>
X(deg)
</string>
<string
name=
"fixed_device_angle_y"
>
Y(deg)
</string>
<string
name=
"fixed_device_angle_z"
>
Z(deg)
</string>
<string
name=
"vehicleInfo_calibration_title"
>
设备尺寸图示:
</string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment