fix size of visibility icon on detailed toot page (#1428)
This commit is contained in:
parent
68376b4440
commit
2860133fd7
@ -253,7 +253,7 @@ class StatusDetailedViewHolder extends StatusBaseViewHolder {
|
||||
size
|
||||
);
|
||||
visibilityDrawable.setTint(this.timestampInfo.getCurrentTextColor());
|
||||
this.timestampInfo.setCompoundDrawablesWithIntrinsicBounds(
|
||||
this.timestampInfo.setCompoundDrawables(
|
||||
visibilityDrawable,
|
||||
null,
|
||||
null,
|
||||
|
Loading…
Reference in New Issue
Block a user