Manage library grid size
This commit is contained in:
@@ -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())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user