Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在浏览片段的 List Row Presenter 中禁用了阴影效果。
现在因为在选定项目的默认动画中不会与下一个项目重叠,所以它落后于它。
如何克服这个,任何想法?
代码行..
ListRowPresenter l = new ListRowPresenter; l.setShadowEnabled(false);
你是对的,我认为你需要覆盖 z 排序。当您禁用阴影效果并重试时,您能否禁用 z-ordering -
https://developer.android.com/reference/android/support/v17/leanback/widget/ListRowPresenter.html#isUsingZOrder(android.content.Context)