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

Easy calendar view with custom fonts

Results 20 roboto-calendar-view issues
Sort by recently updated
recently updated
newest added

How can i be able to import it as a module. I tried the official way of adding roboto-calendar-view as module in my existing project but I'm getting many errors...

Android Studio 3.6.1 I tried use the below implementation in the sample project instead of the library implementation 'com.github.marcohc:robotocalendarview:3.6.1' and i get the below error when launching the sample app...

adding fonts folder in assets but having same error in studio any solution

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...

The default first day of week is SUNDAY. How can I change to other day? It's common on Brazil use monday as first day and in other scenarios in Brazil...

I am getting dynamic date and trying to mark days in roboto calendar view but the dates r 5 days ahead or so . HEre is my code int markDate...

Failed to resolve: com.github.marcohc:robotocalendarview: i have done this: Add the repository to your general build.gradle: repositories { maven { url "https://jitpack.io" } } And then add the library in your...

`@Override public void onDayClick(Date date) { Toast.makeText(this, "onDayClick: " + date, Toast.LENGTH_SHORT).show(); }`

Can you let us know how to make a calendar view scrollable as for now i am not able to scroll it.