Manage library grid size

This commit is contained in:
Koitharu
2022-07-24 10:42:52 +03:00
parent 5a565a16fe
commit 5edfda6c1a
17 changed files with 301 additions and 43 deletions

View File

@@ -9,4 +9,4 @@ class IntPercentLabelFormatter(context: Context) : LabelFormatter {
private val pattern = context.getString(R.string.percent_string_pattern)
override fun getFormattedValue(value: Float) = pattern.format(value.toInt().toString())
}
}