Commit e2946046 authored by p x's avatar p x
Browse files

修改包名

parent 085c2e06
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<com.sd.api.ui.widget.MyTurnIconView <com.cusc.map.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.api.ui.widget.TmcBar <com.cusc.map.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.api.ui.widget.HorCarTmc <com.cusc.map.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.api.ui.widget.MyLaneView <com.cusc.map.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
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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment