mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-04-01 04:00:14 +02:00
Merge pull request #887 from rjain90/event_rounded_corners
Event rounded corners
This commit is contained in:
commit
eaf79c38d4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user