Commit bc933ca1 by 王涛55

feat:修改登录模块

parent 31916fc7
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
tools:ignore="GoogleAppIndexingWarning,HardcodedDebugMode" tools:ignore="GoogleAppIndexingWarning,HardcodedDebugMode"
tools:replace="android:icon,android:roundIcon,android:theme,android:label,android:allowBackup"> tools:replace="android:icon,android:roundIcon,android:theme,android:label,android:allowBackup">
<activity android:name="com.hikcreate.ui.testActivity"> <activity android:name="com.hikcreate.ui.testActivity">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<application <application
android:roundIcon="@mipmap/lg_ic_launcher" android:roundIcon="@mipmap/lg_ic_launcher"
android:allowBackup="false" android:allowBackup="false"
android:theme="@android:style/Theme.NoTitleBar" android:theme="@style/Theme.AppCompat.Light.NoActionBar"
android:icon="@mipmap/lg_ic_launcher" android:icon="@mipmap/lg_ic_launcher"
android:label="@string/lg_app_name_test" android:label="@string/lg_app_name_test"
tools:ignore="GoogleAppIndexingWarning" tools:ignore="GoogleAppIndexingWarning"
......
...@@ -21,4 +21,4 @@ ext.build_modele_passport_resourcePrefix = "passport_" ...@@ -21,4 +21,4 @@ ext.build_modele_passport_resourcePrefix = "passport_"
ext.build_modele_baidu_resourcePrefix = "baidu_" ext.build_modele_baidu_resourcePrefix = "baidu_"
//当前运行的model //当前运行的model
ext.build_module = build_module_app ext.build_module = build_module_login
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