gpt4 book ai didi

android - 像 Play Store 一样的列表项背景

转载 作者:太空狗 更新时间:2023-10-29 16:35:24 25 4
gpt4 key购买 nike

我特别要求 ListView 中项目的背景与 Play 商店中列出的背景项目相同。像这样:

enter image description here

到目前为止,我尝试了这个可绘制对象:

@android:drawable/alert_light_frame
@android:drawable/dialog_holo_light_frame
@drawable/abc_menu_dropdown_panel_holo_light

还有这个图层列表:

<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<shape android:shape="rectangle">
<solid android:color="#99D3D3D3"/>
<corners android:radius="3dp" />
</shape>
</item>

<item
android:left="1.1dp"
android:right="1.1dp"
android:top="0.8dp"
android:bottom="2dp">
<shape android:shape="rectangle">
<solid android:color="#fafafa"/>
<corners android:radius="2dp" />
</shape>
</item>

它们与我需要的相似,但不相同。最接近的是层列表,但没有形状阴影的模糊效果。

最佳答案

正确的做法是使用具有阴影和圆角默认行为的卡片。Play 商店正在使用带有 RecyclerView 的卡片。以下是非常有用的链接: https://developer.android.com/training/material/lists-cards.html http://code.tutsplus.com/tutorials/getting-started-with-recyclerview-and-cardview-on-android--cms-23465

关于android - 像 Play Store 一样的列表项背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30283206/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com