databinding-samples
databinding-samples copied to clipboard
Dependencies updated, build fixed.
@syslogic Just out of curiosity why do we need to format it??
R.string.sets_format is the one formatted text in the header, eg. Sets: 1/6. While the lack of the attribute formatted="false" prevented the build, because it rejected the (otherwise) positional format %d/%d. Without that exclusion, it won't process the resources - or generate class BR.
I've fixed the reference to class BR, which closes #27 & probably #28. Also fixed most Gradle & Lint warnings.