修改APP名称,Dialog主体设置为Light
This commit is contained in:
parent
c5e71ed6b5
commit
963facb34d
@ -59,7 +59,7 @@ android {
|
|||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
signingConfig signingConfigs.release
|
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"'
|
buildConfigField "String", "DOMAIN", '"http://47.109.205.240:8080"'
|
||||||
jniDebuggable false
|
jniDebuggable false
|
||||||
zipAlignEnabled false
|
zipAlignEnabled false
|
||||||
|
@ -75,7 +75,7 @@ public class GacApplication extends Application {
|
|||||||
DialogX.init(this);
|
DialogX.init(this);
|
||||||
DialogX.globalStyle = new MaterialYouStyle();
|
DialogX.globalStyle = new MaterialYouStyle();
|
||||||
//设置亮色/暗色(在启动下一个对话框时生效)
|
//设置亮色/暗色(在启动下一个对话框时生效)
|
||||||
DialogX.globalTheme = DialogX.THEME.AUTO;
|
DialogX.globalTheme = DialogX.THEME.LIGHT;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Context getContext() {
|
public static Context getContext() {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">产业政务平台</string>
|
<string name="app_name">农业产业政务平台</string>
|
||||||
|
|
||||||
<string name="network_error">当前无网络,请检查你的网络设置</string>
|
<string name="network_error">当前无网络,请检查你的网络设置</string>
|
||||||
<string name="notify_no_network">服务器无响应,请稍后重试!</string>
|
<string name="notify_no_network">服务器无响应,请稍后重试!</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user