Cleveroad / Cleveroad/LoopBar

android:background attribute also colors overlay area

Open
#27 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.