Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
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
sheteng
com.ccwangluo.accelerator
Commits
7d5197e2
Commit
7d5197e2
authored
Aug 24, 2019
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve accessibility for service button
parent
bfaf0245
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
mobile/src/main/java/com/github/shadowsocks/widget/ServiceButton.kt
.../main/java/com/github/shadowsocks/widget/ServiceButton.kt
+3
-1
No files found.
mobile/src/main/java/com/github/shadowsocks/widget/ServiceButton.kt
View file @
7d5197e2
...
@@ -81,7 +81,9 @@ class ServiceButton @JvmOverloads constructor(context: Context, attrs: Attribute
...
@@ -81,7 +81,9 @@ class ServiceButton @JvmOverloads constructor(context: Context, attrs: Attribute
}
}
checked
=
state
==
BaseService
.
State
.
Connected
checked
=
state
==
BaseService
.
State
.
Connected
refreshDrawableState
()
refreshDrawableState
()
TooltipCompat
.
setTooltipText
(
this
,
context
.
getString
(
if
(
state
.
canStop
)
R
.
string
.
stop
else
R
.
string
.
connect
))
val
description
=
context
.
getText
(
if
(
state
.
canStop
)
R
.
string
.
stop
else
R
.
string
.
connect
)
contentDescription
=
description
TooltipCompat
.
setTooltipText
(
this
,
description
)
val
enabled
=
state
.
canStop
||
state
==
BaseService
.
State
.
Stopped
val
enabled
=
state
.
canStop
||
state
==
BaseService
.
State
.
Stopped
isEnabled
=
enabled
isEnabled
=
enabled
if
(
Build
.
VERSION
.
SDK_INT
>=
24
)
pointerIcon
=
PointerIcon
.
getSystemIcon
(
context
,
if
(
Build
.
VERSION
.
SDK_INT
>=
24
)
pointerIcon
=
PointerIcon
.
getSystemIcon
(
context
,
...
...
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