We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
版本是1.3.3. 刚进入界面的时候,显示的是第一条新闻,然后第一次动画是吧第一条新闻给先隐藏了,然后在滚动上来一条新闻
if (!ListUtils.isEmpty(mainInfo.getNewsList())) { newsLists = mainInfo.getNewsList(); List<String> list = new ArrayList<>(); for (NewsList newsList : mainInfo.getNewsList()) { list.add(newsList.getTitleOne()); } mainTvHeadline.startWithList(list); } <com.sunfusheng.marqueeview.MarqueeView android:id="@+id/main_tv_headline" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_margin="5dp" android:layout_weight="1" android:ellipsize="end" android:maxLines="1" app:mvAnimDuration="1000" app:mvDirection="bottom_to_top" app:mvGravity="left" app:mvInterval="3000" app:mvSingleLine="true" app:mvTextColor="@color/colorBlue" app:mvTextSize="@dimen/text_size_H6"/>
The text was updated successfully, but these errors were encountered:
这个问题解决了吗
Sorry, something went wrong.
同样有这个问题,最新版本,看起来这个库是没人维护了呀。
No branches or pull requests
版本是1.3.3.
刚进入界面的时候,显示的是第一条新闻,然后第一次动画是吧第一条新闻给先隐藏了,然后在滚动上来一条新闻
The text was updated successfully, but these errors were encountered: