Layout Error
phil-brown opened this issue · 1 comments
phil-brown commented
During layout, the view will not be correctly loaded because of line 45 in ptr_default_style.xml
. The ?
should be replaced with a '@':
<item name="android:textAppearance">@android:attr/textAppearanceMedium</item>
erikwt commented
It's supposed to be a ? and not a @. ? mark is used to reference style in current theme.