Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing white background outline at sides of dark color chips (on darker background) Fix for Issue #135 #137

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

n-droidev
Copy link

Please test dark chips on darker background.. chips have white outlines at left and right sides.. Removed it by removing background of Main container(RelativeLayout) of ChipView

n-droidev and others added 12 commits August 16, 2020 17:46
Removed unused background drawable from RelativeLayout(R.id.container).. So additional white pixels will not shown under dark Chips on darker backgrounds.
… RelativeLayout(R.id.container) in chip_view.xml file. So white pixels under dark Chips on darker backgrounds are not visible anymore.
… RelativeLayout(R.id.container) in chip_view.xml file. So white pixels under dark Chips on darker backgrounds are not visible anymore.
Removed unused background drawable from RelativeLayout(R.id.container).. So additional white pixels will not shown under dark Chips on darker backgrounds.
… RelativeLayout(R.id.container) in chip_view.xml file. So white pixels under dark Chips on darker backgrounds are not visible anymore.
… RelativeLayout(R.id.container) in chip_view.xml file. So white pixels under dark Chips on darker backgrounds are not visible anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants