fix: header cell padding
This commit is contained in:
parent
56f5dcdf92
commit
0d5a4ccc5d
@ -67,6 +67,8 @@ public class HeaderCell extends LinearLayout {
|
||||
super(context);
|
||||
this.resourcesProvider = resourcesProvider;
|
||||
|
||||
setOrientation(LinearLayout.VERTICAL);
|
||||
|
||||
textView = new TextView(getContext());
|
||||
textView.setTextSize(TypedValue.COMPLEX_UNIT_DIP, 15);
|
||||
textView.setTypeface(AndroidUtilities.getTypeface("fonts/rmedium.ttf"));
|
||||
|
Loading…
Reference in New Issue
Block a user