更改包名

This commit is contained in:
wds
2021-06-01 10:20:13 +08:00
parent aa4d7198b8
commit d46f7e3019
79 changed files with 247 additions and 295 deletions

View File

@@ -6,7 +6,7 @@
android:layout_height="match_parent"
tools:context="activity.HomeActivity">
<com.example.myapplication.util.NoSlideViewPager
<com.navinfo.outdoor.util.NoSlideViewPager
android:id="@+id/no_slide_view_pager"
android:layout_width="wrap_content"
android:layout_height="0dp"

View File

@@ -7,7 +7,7 @@
<fragment
android:id="@+id/FirstFragment"
android:name="com.example.myapplication.activity.FirstFragment"
android:name="com.navinfo.outdoor.activity.FirstFragment"
android:label="@string/first_fragment_label"
tools:layout="@layout/fragment_first">
@@ -17,7 +17,7 @@
</fragment>
<fragment
android:id="@+id/SecondFragment"
android:name="com.example.myapplication.activity.SecondFragment"
android:name="com.navinfo.outdoor.activity.SecondFragment"
android:label="@string/second_fragment_label"
tools:layout="@layout/fragment_second">