mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
Increased distance from recyclerview and dot indicator
This commit is contained in:
parent
5c67bbcc27
commit
4ec1e8bd5d
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ public class DotsIndicatorDecoration extends RecyclerView.ItemDecoration {
|
||||||
float indicatorStartX = (parent.getWidth() - indicatorTotalWidth) / 2f;
|
float indicatorStartX = (parent.getWidth() - indicatorTotalWidth) / 2f;
|
||||||
|
|
||||||
// center vertically in the allotted space
|
// center vertically in the allotted space
|
||||||
float indicatorPosY = parent.getHeight() - indicatorHeight - (float) indicatorItemPadding / 3;
|
float indicatorPosY = parent.getHeight() - indicatorHeight - (float) indicatorItemPadding / 4;
|
||||||
|
|
||||||
drawInactiveDots(c, indicatorStartX, indicatorPosY, itemCount);
|
drawInactiveDots(c, indicatorStartX, indicatorPosY, itemCount);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue