Skip to content

文字滚动广告,可以设置向上和向下滚动

Notifications You must be signed in to change notification settings

guiyao/MyAdTextView

Repository files navigation

MyAdTextView

文字滚动广告,可以设置向上和向下滚动

设置向下滚动 setMode(ADTextView.RunMode.DONW); 设置向上滚动 setMode(ADTextView.RunMode.UP);

广告内容点击回调

.setOnAdConetentClickListener(new OnAdConetentClickListener() { @Override public void OnAdConetentClickListener(int index, AdData data) { Toast.makeText(MainActivity.this,data.content,Toast.LENGTH_SHORT).show(); } });

向上 image

向下 image

About

文字滚动广告,可以设置向上和向下滚动

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages