Mojangles font
This commit is contained in:
parent
7af71ba217
commit
0bec4f4d61
3 changed files with 3 additions and 1 deletions
|
@ -312,6 +312,7 @@ class ExoplayerView : AppCompatActivity(), Player.Listener, SessionAvailabilityL
|
|||
3 -> ResourcesCompat.getFont(this, R.font.poppins_thin)
|
||||
4 -> ResourcesCompat.getFont(this, R.font.century_gothic_regular)
|
||||
5 -> ResourcesCompat.getFont(this, R.font.century_gothic_bold)
|
||||
6 -> ResourcesCompat.getFont(this, R.font.mojangles)
|
||||
else -> ResourcesCompat.getFont(this, R.font.poppins_semi_bold)
|
||||
}
|
||||
playerView.subtitleView?.setStyle(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue