Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile
Commits
4079f77f
Commit
4079f77f
authored
Feb 20, 2021
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak 文案
parent
b003da8e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
...c/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
+4
-4
No files found.
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
View file @
4079f77f
...
@@ -714,7 +714,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
...
@@ -714,7 +714,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
public
void
onLayoutInflated
(
View
view
,
Controller
controller
)
{
public
void
onLayoutInflated
(
View
view
,
Controller
controller
)
{
//可对同一个layout布局使用不同的文字图案和布局更改,不必重复创建许多类似的布局
//可对同一个layout布局使用不同的文字图案和布局更改,不必重复创建许多类似的布局
TextView
tv
=
view
.
findViewById
(
R
.
id
.
text_about
);
TextView
tv
=
view
.
findViewById
(
R
.
id
.
text_about
);
tv
.
setText
(
"
软件主要功能在这里\n
如教程,单人游戏,卡组编辑,设置等"
);
tv
.
setText
(
"
功能菜单:\n软件主要功能
如教程,单人游戏,卡组编辑,设置等"
);
}
}
})
})
...
@@ -730,7 +730,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
...
@@ -730,7 +730,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
public
void
onLayoutInflated
(
View
view
,
Controller
controller
)
{
public
void
onLayoutInflated
(
View
view
,
Controller
controller
)
{
//可对同一个layout布局使用不同的文字图案和布局更改,不必重复创建许多类似的布局
//可对同一个layout布局使用不同的文字图案和布局更改,不必重复创建许多类似的布局
TextView
tv
=
view
.
findViewById
(
R
.
id
.
text_about
);
TextView
tv
=
view
.
findViewById
(
R
.
id
.
text_about
);
tv
.
setText
(
"萌卡平台
,有排位天梯,战绩,断线重连,卡组云端备份等功能\n以及观战、新闻活动、决斗数据与交友聊天室
等"
);
tv
.
setText
(
"萌卡平台
:\n提供众多对战服务\n包含排位,观战,聊天与论坛
等"
);
}
}
})
})
)
)
...
@@ -744,7 +744,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
...
@@ -744,7 +744,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
@Override
@Override
public
void
onLayoutInflated
(
View
view
,
Controller
controller
)
{
public
void
onLayoutInflated
(
View
view
,
Controller
controller
)
{
TextView
tv
=
view
.
findViewById
(
R
.
id
.
text_about
);
TextView
tv
=
view
.
findViewById
(
R
.
id
.
text_about
);
tv
.
setText
(
"
点击一个服务器模块\n
即可加入相应的在线游戏"
);
tv
.
setText
(
"
直连服务器列表:\n点击一个服务器模块
即可加入相应的在线游戏"
);
}
}
})
})
)
)
...
@@ -759,7 +759,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
...
@@ -759,7 +759,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
ImageView
iv
=
view
.
findViewById
(
R
.
id
.
abt_rename
);
ImageView
iv
=
view
.
findViewById
(
R
.
id
.
abt_rename
);
iv
.
setVisibility
(
View
.
VISIBLE
);
iv
.
setVisibility
(
View
.
VISIBLE
);
TextView
tv
=
view
.
findViewById
(
R
.
id
.
text_about
);
TextView
tv
=
view
.
findViewById
(
R
.
id
.
text_about
);
tv
.
setText
(
"
点击编辑按钮即可编辑相应的服务器信息\n比如改
昵称等"
);
tv
.
setText
(
"
编辑按钮:\n点击编辑相应的服务器信息\n如改游戏
昵称等"
);
}
}
})
})
)
)
...
...
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