mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 17:33:55 +00:00
Mojangles font
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -442,7 +442,8 @@ class PlayerSettingsActivity : AppCompatActivity() {
|
||||
"Poppins",
|
||||
"Poppins Thin",
|
||||
"Century Gothic",
|
||||
"Century Gothic Bold"
|
||||
"Century Gothic Bold",
|
||||
"Mojangles"
|
||||
)
|
||||
val fontDialog = AlertDialog.Builder(this, R.style.MyPopup)
|
||||
.setTitle(getString(R.string.subtitle_font))
|
||||
|
||||
Reference in New Issue
Block a user