erikwt/PullToRefresh-ListView

Layout Error

phil-brown opened this issue · 1 comments

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>

It's supposed to be a ? and not a @. ? mark is used to reference style in current theme.