Commit 79461a4b authored by p x's avatar p x
Browse files

修改包名

parent 8a4fd9a7
......@@ -15,8 +15,8 @@ import com.amap.api.services.core.LatLonPoint;
import com.amap.api.services.route.TMC;
import com.amap.api.services.route.TruckPath;
import com.amap.api.services.route.TruckStep;
import com.sd.maplibrary.R;
import com.sd.maplibrary.utils.amp.AMapUtil;
import com.msmap.api.R;
import com.sd.api.utils.amp.AMapUtil;
import java.util.ArrayList;
......
......@@ -8,7 +8,7 @@
tools:context=".ui.MineNaiDirActivity">
<com.sd.maplibrary.ui.MapMultiView
<com.sd.api.ui.MapMultiView
android:id="@+id/mapMultiView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
......
......@@ -38,7 +38,7 @@
android:layout_height="wrap_content">
<com.sd.maplibrary.ui.widget.MyTurnIconView
<com.sd.api.ui.widget.MyTurnIconView
android:id="@+id/turnIconView"
android:layout_width="@dimen/dp_55"
android:layout_height="@dimen/dp_55"
......@@ -160,7 +160,7 @@
android:layout_below="@+id/RL_1"
android:layout_marginTop="2dp">
<com.sd.maplibrary.ui.widget.TmcBar
<com.sd.api.ui.widget.TmcBar
android:id="@+id/tmcBar_view"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_5"
......@@ -175,7 +175,7 @@
android:layout_below="@+id/tmcBar_view"
android:background="#3385FE" />
<com.sd.maplibrary.ui.widget.HorCarTmc
<com.sd.api.ui.widget.HorCarTmc
android:id="@+id/horCarTmc"
android:layout_width="match_parent"
android:layout_height="match_parent"
......@@ -190,7 +190,7 @@
android:layout_below="@+id/RL_2"
android:background="@drawable/rect_land_10">
<!-- 车道线 -->
<com.sd.maplibrary.ui.widget.MyLaneView
<com.sd.api.ui.widget.MyLaneView
android:id="@+id/naviLandBand"
android:layout_width="wrap_content"
android:layout_height="match_parent"
......
......@@ -35,9 +35,9 @@ android {
dependencies {
api(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar"))))
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.appcompat)
implementation(libs.material)
// implementation(libs.androidx.core.ktx)
// implementation(libs.androidx.appcompat)
// implementation(libs.material)
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)
......
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