fix size of visibility icon on detailed toot page (#1428)
This commit is contained in:
parent
941cdf198a
commit
507cb81d6a
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class StatusDetailedViewHolder extends StatusBaseViewHolder {
|
||||||
size
|
size
|
||||||
);
|
);
|
||||||
visibilityDrawable.setTint(this.timestampInfo.getCurrentTextColor());
|
visibilityDrawable.setTint(this.timestampInfo.getCurrentTextColor());
|
||||||
this.timestampInfo.setCompoundDrawablesWithIntrinsicBounds(
|
this.timestampInfo.setCompoundDrawables(
|
||||||
visibilityDrawable,
|
visibilityDrawable,
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue