I am working on android tv using leanback. I want visible fading shadow for highlighted item in browse fragment row item.I am getting shadow when i change the below values
<dimen name="lb_material_shadow_normal_z">10dp</dimen>
<dimen name="lb_material_shadow_focused_z">40dp</dimen>
<dimen name="lb_material_shadow_details_z">60dp</dimen>
But this also not giving a bright shadow.Is there any way to customize color of leanback shadow or increase the thickness of shadow.
I need this type of shadow overlapped between row items