Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
p x
MapMultiEngine
Commits
e2946046
Commit
e2946046
authored
Dec 30, 2025
by
p x
Browse files
修改包名
parent
085c2e06
Changes
122
Hide whitespace changes
Inline
Side-by-side
mapapi/src/main/res/layout/my_navi_view.xml
View file @
e2946046
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
android:layout_height=
"wrap_content"
>
android:layout_height=
"wrap_content"
>
<com.
sd.
ap
i
.ui.widget.MyTurnIconView
<com.
cusc.m
ap.ui.widget.MyTurnIconView
android:id=
"@+id/turnIconView"
android:id=
"@+id/turnIconView"
android:layout_width=
"@dimen/dp_55"
android:layout_width=
"@dimen/dp_55"
android:layout_height=
"@dimen/dp_55"
android:layout_height=
"@dimen/dp_55"
...
@@ -159,7 +159,7 @@
...
@@ -159,7 +159,7 @@
android:layout_below=
"@+id/RL_1"
android:layout_below=
"@+id/RL_1"
android:layout_marginTop=
"5dp"
>
android:layout_marginTop=
"5dp"
>
<com.
sd.
ap
i
.ui.widget.TmcBar
<com.
cusc.m
ap.ui.widget.TmcBar
android:id=
"@+id/tmcBar_view"
android:id=
"@+id/tmcBar_view"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/dp_5"
android:layout_height=
"@dimen/dp_5"
...
@@ -174,7 +174,7 @@
...
@@ -174,7 +174,7 @@
android:layout_below=
"@+id/tmcBar_view"
android:layout_below=
"@+id/tmcBar_view"
android:background=
"#3385FE"
/>
android:background=
"#3385FE"
/>
<com.
sd.
ap
i
.ui.widget.HorCarTmc
<com.
cusc.m
ap.ui.widget.HorCarTmc
android:id=
"@+id/horCarTmc"
android:id=
"@+id/horCarTmc"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
...
@@ -189,7 +189,7 @@
...
@@ -189,7 +189,7 @@
android:layout_below=
"@+id/RL_2"
android:layout_below=
"@+id/RL_2"
android:background=
"@drawable/rect_land_10"
>
android:background=
"@drawable/rect_land_10"
>
<!-- 车道线 -->
<!-- 车道线 -->
<com.
sd.
ap
i
.ui.widget.MyLaneView
<com.
cusc.m
ap.ui.widget.MyLaneView
android:id=
"@+id/naviLandBand"
android:id=
"@+id/naviLandBand"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
...
@@ -221,5 +221,4 @@
...
@@ -221,5 +221,4 @@
</RelativeLayout>
</RelativeLayout>
<!--</layout>-->
<!--</layout>-->
\ No newline at end of file
mapapi/src/test/java/com/cusc/map/ExampleUnitTest.kt
0 → 100644
View file @
e2946046
package
com.cusc.map
import
org.junit.Test
import
org.junit.Assert.*
/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class
ExampleUnitTest
{
@Test
fun
addition_isCorrect
()
{
assertEquals
(
4
,
2
+
2
)
}
}
\ No newline at end of file
Prev
1
…
3
4
5
6
7
Next
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