Code Monkey home page Code Monkey logo

Comments (5)

DOMO-Dom avatar DOMO-Dom commented on June 10, 2024

<com.prolificinteractive.materialcalendarview.MaterialCalendarView
android:id="@+id/adapter_analytic_parent_item_calendar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/adapter_analytic_parent_item_date_started"
app:mcv_selectionColor="@color/A80_BRIGHT_SKY_BLUE"
app:mcv_selectionMode="range"
app:mcv_showOtherDates="all" />

from material-calendarview.

vivekgupta4Git avatar vivekgupta4Git commented on June 10, 2024

When you want to work on design just downgrade the library version to 1.6.0 but upgrade it when you run the app.

from material-calendarview.

DOMO-Dom avatar DOMO-Dom commented on June 10, 2024

When you want to work on design just downgrade the library version to 1.6.0 but upgrade it when you run the app.

is there no fix aside from rolling back version?

from material-calendarview.

vivekgupta4Git avatar vivekgupta4Git commented on June 10, 2024

When you want to work on design just downgrade the library version to 1.6.0 but upgrade it when you run the app.

is there no fix aside from rolling back version?

yes ! download the source code and inside the constructor of MaterailCalendarView put this line of code


  if(isInEditMode())
    {
      AndroidThreeTen.init(context);
    }

build the project and include it in your working project

from material-calendarview.

DOMO-Dom avatar DOMO-Dom commented on June 10, 2024

When you want to work on design just downgrade the library version to 1.6.0 but upgrade it when you run the app.

is there no fix aside from rolling back version?

yes ! download the source code and inside the constructor of MaterailCalendarView put this line of code


  if(isInEditMode())
    {
      AndroidThreeTen.init(context);
    }

build the project and include it in your working project

Would that mean a lot of work, like forking, and reposting the project for dependency usage?

from material-calendarview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.