remove pivot for timeline title
This commit is contained in:
@@ -280,8 +280,6 @@ public class HomeTabFragment extends MastodonToolbarFragment implements Scrollab
|
|||||||
|
|
||||||
switcher.setPivotX(V.dp(28)); // padding + half of icon
|
switcher.setPivotX(V.dp(28)); // padding + half of icon
|
||||||
switcher.setPivotY(switcher.getHeight() / 2f);
|
switcher.setPivotY(switcher.getHeight() / 2f);
|
||||||
timelineTitle.setPivotX(timelineTitle.getWidth() - V.dp(8));
|
|
||||||
timelineTitle.setPivotY(timelineTitle.getHeight() / 2f);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user