Adjusting proportions of issue labels. (#325)
Merge remote-tracking branch 'remotes/main/master' into fab-issue Adjusting sizes in LabelsAdapter Adjusting proportions of issue labels. Co-authored-by: anonTree1417 <example@example.com> Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/325 Reviewed-by: M M Arif <mmarif@swatian.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user