Skip to content
New issue

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

第一次动画直接先隐藏然后再显示 #66

Open
qianshengta opened this issue Sep 13, 2018 · 2 comments
Open

第一次动画直接先隐藏然后再显示 #66

qianshengta opened this issue Sep 13, 2018 · 2 comments

Comments

@qianshengta
Copy link

版本是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"/>
@kangdp
Copy link

kangdp commented Jul 6, 2019

这个问题解决了吗

@nanchen2251
Copy link

同样有这个问题,最新版本,看起来这个库是没人维护了呀。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants