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
160771a4
Commit
160771a4
authored
Nov 29, 2018
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
14c72181
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
48 additions
and
21 deletions
+48
-21
mobile/src/main/res/drawable-xhdpi/masterrule.png
mobile/src/main/res/drawable-xhdpi/masterrule.png
+0
-0
mobile/src/main/res/drawable-xhdpi/tutorial.png
mobile/src/main/res/drawable-xhdpi/tutorial.png
+0
-0
mobile/src/main/res/layout/dialog_help.xml
mobile/src/main/res/layout/dialog_help.xml
+42
-12
mobile/src/main/res/values-ko/strings.xml
mobile/src/main/res/values-ko/strings.xml
+2
-2
mobile/src/main/res/values-zh/strings.xml
mobile/src/main/res/values-zh/strings.xml
+1
-1
mobile/src/main/res/values/strings.xml
mobile/src/main/res/values/strings.xml
+3
-6
No files found.
mobile/src/main/res/drawable-xhdpi/masterrule.png
0 → 100644
View file @
160771a4
8.12 KB
mobile/src/main/res/drawable-xhdpi/tutorial.png
0 → 100644
View file @
160771a4
8.09 KB
mobile/src/main/res/layout/dialog_help.xml
View file @
160771a4
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
...
...
@@ -7,23 +6,54 @@
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:
orientation=
"
horizontal"
android:
gravity=
"center_
horizontal"
>
android:
gravity=
"center_
horizontal"
android:
orientation=
"
horizontal"
>
<Button
android:id=
"@+id/ocgrule"
android:layout_width=
"50dp"
android:layout_height=
"50dp"
/>
<LinearLayout
android:layout_width=
"100dp"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<Button
android:id=
"@+id/masterrule"
android:layout_width=
"@dimen/label_width_middle"
android:layout_height=
"@dimen/label_width_middle"
android:layout_gravity=
"center"
android:background=
"@drawable/masterrule"
/>
<TextView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"@string/masterrule"
android:textSize=
"25px"
/>
</LinearLayout>
<TextView
android:layout_width=
"@dimen/label_width_middle"
android:layout_height=
"wrap_content"
/>
<Button
android:id=
"@+id/tutorial"
android:layout_width=
"50dp"
android:layout_height=
"50dp"
/>
<LinearLayout
android:layout_width=
"100dp"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<Button
android:id=
"@+id/tutorial"
android:layout_width=
"60dp"
android:layout_height=
"60dp"
android:layout_gravity=
"center"
android:background=
"@drawable/tutorial"
/>
<TextView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:gravity=
"center"
android:layout_gravity=
"center"
android:text=
"@string/tutorial"
android:textSize=
"25px"
/>
</LinearLayout>
</LinearLayout>
<TextView
...
...
mobile/src/main/res/values-ko/strings.xml
View file @
160771a4
...
...
@@ -232,7 +232,7 @@
<string
name=
"Ask_to_Change_Other_Way"
>
\, 다른 방법으로 변경을 원하십니까
</string>
<string
name=
"DuelAssistant"
>
빠른 방 입장 기능이 사용중 입니다.
</string>
<string
name=
"About_DuelAssistant"
>
코드 번호를 복사할 경우 빠른 방 입장 기능을 사용이 가능합니다.
</string>
<string
name=
"
ocg
rule"
>
마스터즈 룰
</string>
<string
name=
"
master
rule"
>
마스터즈 룰
</string>
<string
name=
"tutorial"
>
가이드 북 보기
</string>
<string
name=
"about_help"
>
알고 싶은 것을 클릭하십시오
.
</string>
<string
name=
"about_help"
>
원하는 내용을 클릭합니다
.
</string>
</resources>
mobile/src/main/res/values-zh/strings.xml
View file @
160771a4
...
...
@@ -232,7 +232,7 @@
<string
name=
"Ask_to_Change_Other_Way"
>
,是否跳转到备用下载方式?
</string>
<string
name=
"DuelAssistant"
>
决斗助手启用中
</string>
<string
name=
"About_DuelAssistant"
>
用于快速查卡与约战加房的服务
</string>
<string
name=
"
ocg
rule"
>
学习大师规则
</string>
<string
name=
"
master
rule"
>
学习大师规则
</string>
<string
name=
"tutorial"
>
查看软件教程
</string>
<string
name=
"about_help"
>
点击您想要了解的内容
</string>
</resources>
mobile/src/main/res/values/strings.xml
View file @
160771a4
<?xml version="1.0" encoding="utf-8"?>
<resources
xmlns:tools=
"http://schemas.android.com/tools"
tools:ignore=
"StringFormatInvalid"
>
<resources
xmlns:tools=
"http://schemas.android.com/tools"
tools:ignore=
"StringFormatInvalid"
>
<string
name=
"app_name"
>
YGOMobile
</string>
<string
name=
"action_settings"
>
Settings
</string>
<string
name=
"action_game"
>
Single Game
</string>
...
...
@@ -235,7 +232,7 @@
<string
name=
"Ask_to_Change_Other_Way"
>
\, would you like to change other way
</string>
<string
name=
"DuelAssistant"
>
DuelAssiatant is On
</string>
<string
name=
"About_DuelAssistant"
>
Service for getting Keywords from Clipboard
</string>
<string
name=
"
ocg
rule"
>
Master Rule
</string>
<string
name=
"
master
rule"
>
Master Rule
</string>
<string
name=
"tutorial"
>
Soft Tutorial
</string>
<string
name=
"about_help"
>
Click button which you want to know
</string>
</resources>
</resources>
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