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
467c3615
Commit
467c3615
authored
Feb 27, 2021
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix layout/view_guide_home.xml
parent
26942942
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
...c/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
+2
-0
mobile/src/main/res/layout/view_guide_home.xml
mobile/src/main/res/layout/view_guide_home.xml
+5
-5
mobile/src/main/res/values/strings.xml
mobile/src/main/res/values/strings.xml
+1
-1
No files found.
mobile/src/main/java/cn/garymb/ygomobile/ui/home/HomeActivity.java
View file @
467c3615
...
...
@@ -738,6 +738,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
@Override
public
void
onLayoutInflated
(
View
view
,
Controller
controller
)
{
TextView
tv
=
view
.
findViewById
(
R
.
id
.
text_about
);
tv
.
setVisibility
(
View
.
VISIBLE
);
tv
.
setText
(
R
.
string
.
guide_mycard
);
}
})
...
...
@@ -752,6 +753,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
@Override
public
void
onLayoutInflated
(
View
view
,
Controller
controller
)
{
TextView
tv
=
view
.
findViewById
(
R
.
id
.
text_about
);
tv
.
setVisibility
(
View
.
VISIBLE
);
tv
.
setText
(
R
.
string
.
guide_serverlist
);
}
})
...
...
mobile/src/main/res/layout/view_guide_home.xml
View file @
467c3615
...
...
@@ -10,7 +10,7 @@
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:orientation=
"vertical"
android:visibility=
"
gon
e"
>
android:visibility=
"
invisibl
e"
>
<TextView
android:layout_width=
"match_parent"
...
...
@@ -177,15 +177,15 @@
android:shadowRadius=
"2"
android:text=
"about"
android:textColor=
"@color/white"
android:textSize=
"
20
sp"
android:visibility=
"
gon
e"
/>
android:textSize=
"
15
sp"
android:visibility=
"
invisibl
e"
/>
<LinearLayout
android:id=
"@+id/view_abt_server_edit"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
android:visibility=
"
gon
e"
>
android:visibility=
"
invisibl
e"
>
<ImageView
android:layout_width=
"@dimen/dp_40"
...
...
@@ -203,6 +203,6 @@
android:shadowRadius=
"2"
android:text=
"@string/guide_server_edit"
android:textColor=
"@color/white"
android:textSize=
"
20
sp"
/>
android:textSize=
"
15
sp"
/>
</LinearLayout>
</FrameLayout>
\ No newline at end of file
mobile/src/main/res/values/strings.xml
View file @
467c3615
...
...
@@ -293,7 +293,7 @@
Very necessary permissions will be applied\:
\nInstall unknow apps\: Install upgrade and Change Settings
\nStorage Access\:backup\/restore deck\,set custom background\/avatars\/cardback
</string>
<string
name=
"guide_menu"
>
Menu\:
including most of functions, for Example
</string>
<string
name=
"guide_menu"
>
Menu\:
\n
including most of functions, for Example
</string>
<string
name=
"guide_mycard"
>
Mycard\: rank duel record, observe games, chating room, etc.
</string>
<string
name=
"guide_serverlist"
>
Server list\: click a server to join online Game
</string>
<string
name=
"guide_server_edit"
>
Server edit\: edit server information. for example\: change nickname
</string>
...
...
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