We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cdb25 commit 1b479d1Copy full SHA for 1b479d1
library/src/main/java/com/alamkanak/weekview/WeekView.java
@@ -364,7 +364,7 @@ private void init() {
364
365
// Measure settings for time column.
366
mTimeTextPaint = new Paint(Paint.ANTI_ALIAS_FLAG);
367
- mTimeTextPaint.setTextAlign(Paint.Align.CENTER);
+ mTimeTextPaint.setTextAlign(Paint.Align.RIGHT);
368
mTimeTextPaint.setTextSize(mTextSize);
369
mTimeTextPaint.setColor(mHeaderColumnTextColor);
370
Rect rect = new Rect();
0 commit comments