如何在 Android TV 的 ListItemPresenter 中删除默认阴影
Posted
技术标签:
【中文标题】如何在 Android TV 的 ListItemPresenter 中删除默认阴影【英文标题】:How to remove default shadow in ListItemPresenter in android TV 【发布时间】:2021-02-24 08:26:14 【问题描述】:如何去除ListItemPresenter
中默认的黑色阴影(黑色阴影或每个角落),
附上演示者视图的图像
这里是项目演示者的xml
:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:background="@android:color/transparent"
app:cardCornerRadius="16dp"
android:layout_
android:layout_>
<androidx.cardview.widget.CardView
android:background="@android:color/transparent"
app:cardCornerRadius="8dp"
android:layout_
android:layout_
android:layout_margin="8dp">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_
android:layout_
android:background="@drawable/block_bg_state"
android:gravity="center"
android:orientation="vertical">
...
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.cardview.widget.CardView>
</LinearLayout>
【问题讨论】:
你在使用ListRowPresenter
吗?
【参考方案1】:
如果您不想要阴影,则不需要使用 CardView。它的意思是作为一个“包装器”,为它所拥有的视图添加高程(阴影)和圆角。
如果这是您的完整布局,您还可以删除 LinearLayout 并将布局宽度/高度直接添加到您的 ConstraintLayout。
【讨论】:
以上是关于如何在 Android TV 的 ListItemPresenter 中删除默认阴影的主要内容,如果未能解决你的问题,请参考以下文章
Android TV:如何使用 Leanbak 自定义 android TV 的左侧导航面板?
如何在 PlaybackTransportControlGlue android TV 上动态更改字幕