修改APP名称,Dialog主体设置为Light

This commit is contained in:
tongchao 2025-06-10 15:36:15 +08:00
parent c5e71ed6b5
commit 963facb34d
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ android {
buildTypes {
debug {
signingConfig signingConfigs.release
// buildConfigField "String", "DOMAIN", '"http://192.168.18.74:8080"'
// buildConfigField "String", "DOMAIN", '"http://192.168.18.74:8080"'x
buildConfigField "String", "DOMAIN", '"http://47.109.205.240:8080"'
jniDebuggable false
zipAlignEnabled false

View File

@ -75,7 +75,7 @@ public class GacApplication extends Application {
DialogX.init(this);
DialogX.globalStyle = new MaterialYouStyle();
//设置亮色/暗色在启动下一个对话框时生效
DialogX.globalTheme = DialogX.THEME.AUTO;
DialogX.globalTheme = DialogX.THEME.LIGHT;
}
public static Context getContext() {

View File

@ -1,5 +1,5 @@
<resources>
<string name="app_name">产业政务平台</string>
<string name="app_name">农业产业政务平台</string>
<string name="network_error">当前无网络,请检查你的网络设置</string>
<string name="notify_no_network">服务器无响应,请稍后重试!</string>