I am getting following Lint warning:
Inconsistent number of arguments in formatting string 'mystring'; found both 0 and 2
on following android string:
<string name="mystring">blablabla because %1$s.\n\nDo you want to delete this item? \n\n%2$s</string>
Does this make sense for you? I'm not understanding why and why 0 and 2 and not 1 and 2?
