mirror of https://github.com/M66B/FairEmail.git
Fixed bullet indentation
This commit is contained in:
parent
11b0df5459
commit
f2c0ea9d4c
|
@ -111,7 +111,7 @@ public class BulletSpanEx extends BulletSpan {
|
||||||
}
|
}
|
||||||
|
|
||||||
final float yPosition = (top + bottom) / 2f;
|
final float yPosition = (top + bottom) / 2f;
|
||||||
final float xPosition = x + dir * mBulletRadius;
|
final float xPosition = x + dir * (mBulletRadius + indentWidth * (level + 1));
|
||||||
|
|
||||||
if ("square".equals(ltype))
|
if ("square".equals(ltype))
|
||||||
canvas.drawRect(
|
canvas.drawRect(
|
||||||
|
|
Loading…
Reference in New Issue