fixed unfortunate licence issues
This commit is contained in:
parent
0bec4f4d61
commit
2c3247c194
4 changed files with 2 additions and 2 deletions
|
@ -312,7 +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)
|
||||
6 -> ResourcesCompat.getFont(this, R.font.blocky)
|
||||
else -> ResourcesCompat.getFont(this, R.font.poppins_semi_bold)
|
||||
}
|
||||
playerView.subtitleView?.setStyle(
|
||||
|
|
|
@ -443,7 +443,7 @@ class PlayerSettingsActivity : AppCompatActivity() {
|
|||
"Poppins Thin",
|
||||
"Century Gothic",
|
||||
"Century Gothic Bold",
|
||||
"Mojangles"
|
||||
"Blocky"
|
||||
)
|
||||
val fontDialog = AlertDialog.Builder(this, R.style.MyPopup)
|
||||
.setTitle(getString(R.string.subtitle_font))
|
||||
|
|
BIN
app/src/main/res/font/blocky.ttf
Normal file
BIN
app/src/main/res/font/blocky.ttf
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue