mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-09 16:45:37 -07:00
Fix[UI_PROGRESS]: non anti-aliased text
This commit is contained in:
parent
de89f677a2
commit
7c0a69fb6c
2 changed files with 2 additions and 1 deletions
|
|
@ -37,6 +37,7 @@ public class TextProgressBar extends ProgressBar {
|
|||
mTextPaint = new Paint();
|
||||
mTextPaint.setColor(Color.WHITE);
|
||||
mTextPaint.setFlags(Paint.FAKE_BOLD_TEXT_FLAG);
|
||||
mTextPaint.setAntiAlias(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
2
gl4es
2
gl4es
|
|
@ -1 +1 @@
|
|||
Subproject commit 144d0dc79855b392e5256dd15fb2dbdedb17141a
|
||||
Subproject commit b9c0c79dd9ee18beffe808f53c12ad2aec6b8171
|
||||
Loading…
Add table
Add a link
Reference in a new issue