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
14c72181
Commit
14c72181
authored
Nov 29, 2018
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add new tutorial dialog
parent
75b787a4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
0 deletions
+39
-0
mobile/src/main/res/layout/dialog_help.xml
mobile/src/main/res/layout/dialog_help.xml
+36
-0
mobile/src/main/res/values-ko/strings.xml
mobile/src/main/res/values-ko/strings.xml
+1
-0
mobile/src/main/res/values-zh/strings.xml
mobile/src/main/res/values-zh/strings.xml
+1
-0
mobile/src/main/res/values/strings.xml
mobile/src/main/res/values/strings.xml
+1
-0
No files found.
mobile/src/main/res/layout/dialog_help.xml
0 → 100644
View file @
14c72181
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
android:gravity=
"center_horizontal"
>
<Button
android:id=
"@+id/ocgrule"
android:layout_width=
"50dp"
android:layout_height=
"50dp"
/>
<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>
<TextView
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:paddingTop=
"20dp"
android:text=
"@string/about_help"
android:textSize=
"25px"
/>
</LinearLayout>
\ No newline at end of file
mobile/src/main/res/values-ko/strings.xml
View file @
14c72181
...
...
@@ -234,4 +234,5 @@
<string
name=
"About_DuelAssistant"
>
코드 번호를 복사할 경우 빠른 방 입장 기능을 사용이 가능합니다.
</string>
<string
name=
"ocgrule"
>
마스터즈 룰
</string>
<string
name=
"tutorial"
>
가이드 북 보기
</string>
<string
name=
"about_help"
>
알고 싶은 것을 클릭하십시오.
</string>
</resources>
mobile/src/main/res/values-zh/strings.xml
View file @
14c72181
...
...
@@ -234,4 +234,5 @@
<string
name=
"About_DuelAssistant"
>
用于快速查卡与约战加房的服务
</string>
<string
name=
"ocgrule"
>
学习大师规则
</string>
<string
name=
"tutorial"
>
查看软件教程
</string>
<string
name=
"about_help"
>
点击您想要了解的内容
</string>
</resources>
mobile/src/main/res/values/strings.xml
View file @
14c72181
...
...
@@ -237,4 +237,5 @@
<string
name=
"About_DuelAssistant"
>
Service for getting Keywords from Clipboard
</string>
<string
name=
"ocgrule"
>
Master Rule
</string>
<string
name=
"tutorial"
>
Soft Tutorial
</string>
<string
name=
"about_help"
>
Click button which you want to know
</string>
</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