roboto-calendar-view icon indicating copy to clipboard operation
roboto-calendar-view copied to clipboard

Crash in version 3.6.1

Open dophuhoang opened this issue 7 years ago • 4 comments

The library works well in version 3.6.0, but in version 3.6.1, i faced a problem with xml and it makes my app crash.

Binary XML file line #135: Error inflating class com.marcohc.robotocalendar.RobotoCalendarView

dophuhoang avatar Dec 04 '18 10:12 dophuhoang

Same problem here

martarodriguezm avatar Jan 21 '19 10:01 martarodriguezm

Same problem here

swapnil591 avatar Apr 17 '19 10:04 swapnil591

Any Solution?

ideepdave avatar Feb 11 '20 09:02 ideepdave

For me adding this to build.gradle worked :

android { .................................

compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_8
    targetCompatibility JavaVersion.VERSION_1_8
}

}

dependencies { ....................................

implementation 'io.github.inflationx:calligraphy3:3.1.1'
implementation 'io.github.inflationx:viewpump:2.0.3'

implementation 'uk.co.chrisjenx:calligraphy:2.3.0'
implementation 'com.github.marcohc:robotocalendarview:3.6.1'

}

@dophuhoang @martarodriguezm @swapnil591 @ideepdave

ghigaalexandru avatar Apr 01 '20 16:04 ghigaalexandru