SmartRefreshHorizontal icon indicating copy to clipboard operation
SmartRefreshHorizontal copied to clipboard

大佬能不能把横向刷新的header和footer的文本改成正常体位啊

Open Xiaxiangjing opened this issue 3 years ago • 1 comments

大佬能不能把横向刷新的header和footer的文本改成正常体位啊,刷新是横向的了,刷新和加载更多的文本也跟着转了90读,希望作者精益求精。无奈我也无法更改源码,或者怎么能把jar包直接接入项目?

Xiaxiangjing avatar Mar 24 '21 07:03 Xiaxiangjing

@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>

这里需要外面包一层。

kapaseker avatar Mar 23 '22 09:03 kapaseker