xml 卡片视图

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 卡片视图相关的知识,希望对你有一定的参考价值。

<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

<android.support.v7.widget.CardView
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:id="@+id/card_view"
android:layout_gravity="center"
android:layout_width="match_parent"
android:layout_height="wrap_content"
card_view:cardCornerRadius="4dp">
    
    
    <!-- Put the ListView layout here -->
    

</android.support.v7.widget.CardView>
</LinearLayout>

以上是关于xml 卡片视图的主要内容,如果未能解决你的问题,请参考以下文章

从卡片视图访问活动中的按钮

CardElevation的Android问题

在创建视图的片段期间为项目列表中的每个项目设置图像[重复]

Android XML 在另一个布局上插入布局

在两个视图之间查看android XML

如何使用屏幕限制调整文本视图?