fixed unfortunate licence issues

This commit is contained in:
Sadwhy 2024-02-12 22:24:18 +06:00
parent 0bec4f4d61
commit 2c3247c194
4 changed files with 2 additions and 2 deletions

View file

@ -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(

View file

@ -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))

Binary file not shown.

Binary file not shown.