Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
L
LuckyFarm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
LuckyFarm
Commits
fc475071
Commit
fc475071
authored
Oct 30, 2020
by
erwin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
黄军辉
修改UI
parent
98c25c78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
GameActivity.kt
app/src/main/java/com/ym/game/GameActivity.kt
+1
-1
CenterDialog.kt
app/src/main/java/com/ym/game/utils/CenterDialog.kt
+1
-1
No files found.
app/src/main/java/com/ym/game/GameActivity.kt
View file @
fc475071
...
...
@@ -44,7 +44,7 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback {
@SuppressLint
(
"CheckResult"
)
override
fun
onCreate
(
savedInstanceState
:
Bundle
?)
{
super
.
onCreate
(
savedInstanceState
)
EventUtils
.
onEvent
(
"tab_imp"
,
"
幸运农场
"
)
EventUtils
.
onEvent
(
"tab_imp"
,
"
多多菜园
"
)
if
(
SettingPreference
.
getIsShowGuide
())
{
SettingPreference
.
setIsShowGuide
(
false
)
}
...
...
app/src/main/java/com/ym/game/utils/CenterDialog.kt
View file @
fc475071
...
...
@@ -73,7 +73,7 @@ object CenterDialog:BaseDialog() {
desc
.
setMovementMethod
(
LinkMovementMethod
.
getInstance
());
val
str
=
"欢迎使用
幸运农场
!为了更好的保护您的隐私和个人信息安全,根据国家相关法律规定和标准更新了"
val
str
=
"欢迎使用
多多菜园
!为了更好的保护您的隐私和个人信息安全,根据国家相关法律规定和标准更新了"
val
ss
=
SpannableStringBuilder
(
"查看完整《用户协议》和《隐私政策》,请您在使用前仔细阅读并了解。"
)
ss
.
setSpan
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment