Fixed bullet indentation

This commit is contained in:
M66B 2021-07-08 19:07:50 +02:00
parent 11b0df5459
commit f2c0ea9d4c
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class BulletSpanEx extends BulletSpan {
}
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))
canvas.drawRect(