eltohamy / material-hijri-calendarview

A Material design back port of Android's Hijri CalendarView
https://github.com/eltohamy/material-hijri-calendarview
Apache License 2.0
60 stars 12 forks source link

I cant inflate your view.Please fix this issue.My xml code is below #8

Closed mehmetpeker closed 6 years ago

mehmetpeker commented 7 years ago

android.view.InflateException: Binary XML file line #27: Error inflating class com.github.eltohamy.materialhijricalendarview.MaterialHijriCalendarView

<com.github.eltohamy.materialhijricalendarview.MaterialHijriCalendarView android:id="@+id/calendar_hijri" android:layout_width="match_parent" android:layout_height="wrap_content" xmlns:app="http://schemas.android.com/apk/res-auto" app:mcv_showOtherDates="all" app:mcv_selectionColor="#00F" />

eltohamy commented 6 years ago

make sure you add the library to gradle file.