Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-Android
Commits
f47d9a5c
Commit
f47d9a5c
authored
Dec 30, 2020
by
Habib Kazemi
Committed by
Nicolas Pomepuy
Jan 04, 2021
Browse files
Set isAntiAlias to true for HalfCircleView
Fixes #1594
parent
36441a31
Pipeline
#54265
passed with stage
in 2 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
application/vlc-android/src/org/videolan/vlc/gui/view/HalfCircleView.kt
View file @
f47d9a5c
...
...
@@ -41,6 +41,7 @@ class HalfCircleView : View {
private
fun
initialize
()
{
paint
.
color
=
ContextCompat
.
getColor
(
context
,
R
.
color
.
blacktransparent
)
paint
.
isAntiAlias
=
true
if
(
Settings
.
showTvUi
)
{
background
=
ContextCompat
.
getDrawable
(
context
,
if
(
isLeft
)
R
.
drawable
.
half_circle_tv_left
else
R
.
drawable
.
half_circle_tv_right
)
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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