android:background attribute also colors overlay area
Open
enhancement
- Dominant language
- Java
- Stars
- 730
- Forks
- 138
- PR merge metrics
- No merged PRs in 30d
Description
When changing the default yellow color of the scrolling list to something else using android:background, the overlay area is colored as well. I suggest to add another attribute that colors the list, and leave android:background transparent.
Workaround for now:
Set `android:background="@color/mycolor"`
Call `loopBarView.setBackgroundColor(getResources().getColor(R.color.transparent));`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.