Merge pull request #887 from rjain90/event_rounded_corners

Event rounded corners
This commit is contained in:
Tibor Kaputa 2019-05-20 12:20:52 +02:00 committed by GitHub
commit eaf79c38d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import org.joda.time.Days
// used in the Monthly view fragment, 1 view per screen
class MonthView(context: Context, attrs: AttributeSet, defStyle: Int) : View(context, attrs, defStyle) {
private val BG_CORNER_RADIUS = 4f
private val BG_CORNER_RADIUS = 8f
private val ROW_COUNT = 6
private var paint: Paint