更改包名

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

@@ -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">