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

Is it possible to remove row headers shadow? #37

Open
YStepiuk-DOIT opened this issue Jun 25, 2019 · 2 comments
Open

Is it possible to remove row headers shadow? #37

YStepiuk-DOIT opened this issue Jun 25, 2019 · 2 comments

Comments

@YStepiuk-DOIT
Copy link

I want to know if it's possible to somehow remove row headers shadow.
I want to hide row headers, I just set their width to 0, but I still can see their shadow.
Can somebody help with that?

Thanks

@GamalSebaee
Copy link

GamalSebaee commented Aug 29, 2019

inside your adapter you can disable shadows by
disable colors background inside method onBindHeaderColumnViewHolder()
I hope this help you

@ugar0ff
Copy link

ugar0ff commented Oct 3, 2019

I want to know if it's possible to somehow remove row headers shadow.
I want to hide row headers, I just set their width to 0, but I still can see their shadow.
Can somebody help with that?

Thanks

Add to your colors.xml next lines:

    <!-- Overriding Default AdaptiveTableLayout colors-->
    <color name="shadow_end">#00000000</color>
    <color name="shadow_start">#00000000</color>

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

No branches or pull requests

3 participants