Vinayrraj / TickerView

This library provides a horizontal scrolling ticker view, like the one used in MoneyControl Tablet (https://play.google.com/store/apps/details?id=com.moneycontrol, which shows stock price in scrolling view at the bottom of screen) and Phone application.
https://vinayrraj.github.io/TickerView/
MIT License
10 stars 4 forks source link

background color #2

Open georgesamuel5 opened 4 years ago

georgesamuel5 commented 4 years ago

How can I change the background color for view?

hendrawd commented 2 years ago

This is not related to the library, it's just a simple code of android basic. From your code:

yourView.setBackgroundColor(ContextCompat.getColor(context, R.color.news_ticker_bg))

or from XML

android:background="@color/news_ticker_bg"