Merge branch 'master' into improve-images-loading

This commit is contained in:
6543
2020-03-31 20:40:08 +00:00
3 changed files with 12 additions and 10 deletions

View File

@@ -145,11 +145,11 @@ public class LabelsAdapter extends RecyclerView.Adapter<LabelsAdapter.LabelsView
//.useFont(Typeface.DEFAULT)
.bold()
.textColor(new ColorInverter().getContrastColor(color))
.fontSize(36)
.fontSize(40)
.width(LabelWidthCalculator.customWidth(getMaxLabelLength()))
.height(60)
.height(65)
.endConfig()
.buildRoundRect(labelName, color, 8);
.buildRoundRect(labelName, color, 10);
holder.labelsView.setImageDrawable(drawable);
}