You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install the library using the implementation 'com.github.skedgo:DateTimeRangePicker:v1.3' in build gradle.
Enable data binding in your project dataBinding { enabled = true } .
Run the app.
I get the following errors
****/ data binding error ****msg:Cannot find the setter for attribute 'app:isDone' with parameter type android.databinding.ObservableBoolean on android.support.v7.widget.Toolbar.
file:C:\Users\username\.gradle\caches\transforms-1\files-1.1\DateTimeRangePicker-v1.3.aar\5ef60d6b1e63abe781ccc1ed1b97ba88\res\layout\date_time_range_picker.xml
loc:27:22 - 27:44
****\ data binding error ****```
The text was updated successfully, but these errors were encountered:
Steps to recreate the error
Install the library using the
implementation 'com.github.skedgo:DateTimeRangePicker:v1.3'
in build gradle.Enable data binding in your project
dataBinding { enabled = true }
.Run the app.
I get the following errors
The text was updated successfully, but these errors were encountered: