SmartRefreshHorizontal
SmartRefreshHorizontal copied to clipboard
大佬能不能把横向刷新的header和footer的文本改成正常体位啊
大佬能不能把横向刷新的header和footer的文本改成正常体位啊,刷新是横向的了,刷新和加载更多的文本也跟着转了90读,希望作者精益求精。无奈我也无法更改源码,或者怎么能把jar包直接接入项目?
@Xiaxiangjing 类似这样用
<com.scwang.smart.refresh.horizontal.HorizontalFooter
android:layout_width="wrap_content"
android:layout_height="match_parent">
<SomeFooter
android:layout_width="@dimen/tp_200"
android:layout_height="match_parent" />
</com.scwang.smart.refresh.horizontal.HorizontalFooter>
这里需要外面包一层。