Question
How to divide list and detail in Material Dark?
Maybe I didn't noticed it before, but when I tried to convert an older multi-pane Holo-Theme app to the new Material-Design, there was no more divider between the FrameLayout
s on a large screen.
Recently I discovered the trick that's been used on the Light edition (say, the Gmail app): Because the default light background is a little darker than full-white, making the list FrameLayout
's background #FFFFFF
(AND casting a shadow by setting the elevation) creates a great visual divider between the two parts of the screen.
However, I still don't know how to implement this knowledge in a DARK layout, where creating a darker background doesn't seem to be the solution.