Skip to content

android:background attribute also colors overlay area #27

@Josvanegmond

Description

@Josvanegmond

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));

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions