Commit dd501618 authored by shiyl's avatar shiyl

update 更换app启动图、图标、名称

parent 3efd3177
...@@ -32,7 +32,7 @@ android { ...@@ -32,7 +32,7 @@ android {
buildConfigField "boolean", "ENV_DEBUG", "true" buildConfigField "boolean", "ENV_DEBUG", "true"
buildConfigField("String", "PROVIDER_NAME", '\"' + rootProject.ext.android.applicationId + ".debug.fileprovider" + '\"') buildConfigField("String", "PROVIDER_NAME", '\"' + rootProject.ext.android.applicationId + ".debug.fileprovider" + '\"')
manifestPlaceholders = [ manifestPlaceholders = [
app_name : "B端测试", app_name : "生活圈商家版测试",
file_provider: rootProject.ext.android.applicationId + ".debug.fileprovider", file_provider: rootProject.ext.android.applicationId + ".debug.fileprovider",
] ]
} }
...@@ -40,7 +40,7 @@ android { ...@@ -40,7 +40,7 @@ android {
buildConfigField "boolean", "ENV_DEBUG", "false" buildConfigField "boolean", "ENV_DEBUG", "false"
buildConfigField("String", "PROVIDER_NAME", '\"' + rootProject.ext.android.applicationId + ".fileprovider" + '\"') buildConfigField("String", "PROVIDER_NAME", '\"' + rootProject.ext.android.applicationId + ".fileprovider" + '\"')
manifestPlaceholders = [ manifestPlaceholders = [
app_name : "B端", app_name : "生活圈商家版",
file_provider: rootProject.ext.android.applicationId + ".fileprovider", file_provider: rootProject.ext.android.applicationId + ".fileprovider",
] ]
} }
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
android:id="@+id/clRoot" android:id="@+id/clRoot"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@mipmap/launcher_bg" android:background="@drawable/icon_launcher_bg"
android:fitsSystemWindows="true" android:fitsSystemWindows="true"
tools:context=".ui.FlashActivity"> tools:context=".ui.FlashActivity">
......
<resources> <resources>
<!-- Base application theme. --> <!-- Base application theme. -->
<style name="FlashTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <style name="FlashTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="android:windowIsTranslucent" >false</item> <item name="android:windowIsTranslucent">false</item>
<item name="android:windowFullscreen" >false</item> <item name="android:windowFullscreen">false</item>
<item name="android:windowBackground" >@mipmap/launcher_bg</item> <item name="android:windowBackground">@drawable/icon_launcher_bg</item>
</style> </style>
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" /> <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
...@@ -119,6 +119,7 @@ ...@@ -119,6 +119,7 @@
<style name="protocol_checkboxBg" parent="@android:style/Widget.CompoundButton.CheckBox"> <style name="protocol_checkboxBg" parent="@android:style/Widget.CompoundButton.CheckBox">
<item name="android:button">@drawable/protocol_checkbox_bg</item> <item name="android:button">@drawable/protocol_checkbox_bg</item>
</style> </style>
<style name="merchant_center_bottom_hint_dialog" parent="android:style/Theme.Dialog"> <style name="merchant_center_bottom_hint_dialog" parent="android:style/Theme.Dialog">
<item name="android:windowBackground">@android:color/transparent</item> <item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowNoTitle">true</item> <item name="android:windowNoTitle">true</item>
...@@ -126,6 +127,7 @@ ...@@ -126,6 +127,7 @@
<item name="android:windowIsFloating">true</item> <item name="android:windowIsFloating">true</item>
<item name="android:backgroundDimEnabled">false</item> <item name="android:backgroundDimEnabled">false</item>
</style> </style>
<style name="merchant_switch_dialog" parent="android:style/Theme.Dialog"> <style name="merchant_switch_dialog" parent="android:style/Theme.Dialog">
<item name="android:windowBackground">@android:color/transparent</item> <item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowNoTitle">true</item> <item name="android:windowNoTitle">true</item>
......
...@@ -39,7 +39,7 @@ android { ...@@ -39,7 +39,7 @@ android {
buildConfigField("String", "API_URL", rootProject.ext.buildParams.debug.API_URL) buildConfigField("String", "API_URL", rootProject.ext.buildParams.debug.API_URL)
buildConfigField("String", "PROVIDER_NAME", '\"' + rootProject.ext.android.applicationId + ".debug.fileprovider" + '\"') buildConfigField("String", "PROVIDER_NAME", '\"' + rootProject.ext.android.applicationId + ".debug.fileprovider" + '\"')
manifestPlaceholders = [ manifestPlaceholders = [
app_name : "B端测试", app_name : "生活圈商家版测试",
file_provider: rootProject.ext.android.applicationId + ".debug.fileprovider", file_provider: rootProject.ext.android.applicationId + ".debug.fileprovider",
] ]
//不混淆 //不混淆
...@@ -53,7 +53,7 @@ android { ...@@ -53,7 +53,7 @@ android {
buildConfigField("String", "API_URL", rootProject.ext.buildParams.release.API_URL) buildConfigField("String", "API_URL", rootProject.ext.buildParams.release.API_URL)
buildConfigField("String", "PROVIDER_NAME", '\"' + rootProject.ext.android.applicationId + ".fileprovider" + '\"') buildConfigField("String", "PROVIDER_NAME", '\"' + rootProject.ext.android.applicationId + ".fileprovider" + '\"')
manifestPlaceholders = [ manifestPlaceholders = [
app_name : "B端", app_name : "生活圈商家版",
file_provider: rootProject.ext.android.applicationId + ".fileprovider", file_provider: rootProject.ext.android.applicationId + ".fileprovider",
] ]
//混淆 //混淆
......
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