mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
Adjusting sizes in LabelsAdapter
This commit is contained in:
parent
6b2be06eda
commit
22010d953a
@ -146,11 +146,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);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user