Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
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-Cn-Ko-En
Commits
63018c9f
Commit
63018c9f
authored
Mar 07, 2019
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
低于安卓5.0的系统不支持vector icon
parent
0fec3efc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
10 deletions
+11
-10
mobile/assets/changelog.html
mobile/assets/changelog.html
+1
-1
mobile/build.gradle
mobile/build.gradle
+1
-1
mobile/src/main/res/layout/item_server_info_swipe.xml
mobile/src/main/res/layout/item_server_info_swipe.xml
+9
-8
No files found.
mobile/assets/changelog.html
View file @
63018c9f
...
...
@@ -29,7 +29,7 @@
1.默认打开决斗界面随手机朝向旋转;
2.ygo后台开启中的场合,
可从主界面右下提示点击返回ygo;
3.点击服务器模块
右
上角笔形图标即可编辑(比如改名);
3.点击服务器模块
左
上角笔形图标即可编辑(比如改名);
</pre>
</body>
</html>
\ No newline at end of file
mobile/build.gradle
View file @
63018c9f
...
...
@@ -8,7 +8,7 @@ android {
applicationId
"cn.garymb.ygomobile"
minSdkVersion
16
targetSdkVersion
28
versionCode
34000030
5
versionCode
34000030
7
versionName
"3.4.0"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
...
...
mobile/src/main/res/layout/item_server_info_swipe.xml
View file @
63018c9f
...
...
@@ -50,6 +50,15 @@
android:layout_margin=
"4dp"
android:orientation=
"horizontal"
>
<ImageView
android:id=
"@+id/btn_edit_delete"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_marginRight=
"20dp"
android:layout_marginLeft=
"10dp"
android:background=
"@drawable/rename"
android:gravity=
"right"
/>
<TextView
android:id=
"@+id/server_name"
android:layout_width=
"0dp"
...
...
@@ -61,14 +70,6 @@
android:textColor=
"@color/brightgreen"
tools:text=
"233正式服务器"
/>
<ImageView
android:id=
"@+id/btn_edit_delete"
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_marginRight=
"20dp"
android:background=
"@drawable/ic_edit_color"
android:gravity=
"right"
/>
</LinearLayout>
<LinearLayout
...
...
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