rename nav to search

This commit is contained in:
zhangyuanzhen
2020-01-08 10:57:25 +08:00
parent 8209ca8f5e
commit b9ab72b8a7
54 changed files with 125 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.navi">
<application>
<activity android:name=".ui.NaviActivity"></activity>
</application>
</manifest>