CardView BackgroundColor

时间:2018-03-10 17:11:53

标签: android android-layout android-cardview cardview

我有一个背景为@color/clolor_ffffff的CardView,但在手机上,cardView的背景是灰色的...... ?? !!

我在另一个Activity上使用了cardView的xml代码而且它正常。背景颜色为ffffff。但是当我将相同的代码复制到另一个片段时,事情就这样改变了。

我不知道为什么......

请帮帮我..谢谢..

有代码:

<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView
    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:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginBottom="@dimen/dp_4"
    android:layout_marginLeft="@dimen/dp_8"
    android:layout_marginRight="@dimen/dp_8"
    android:layout_marginTop="@dimen/dp_4"
    android:background="@color/color_ffffff"
    android:clickable="true"
    android:foreground="?android:attr/selectableItemBackground"
    app:cardCornerRadius="@dimen/dp_4">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal"
        android:paddingBottom="@dimen/dp_8"
        android:paddingRight="@dimen/dp_16"
        android:paddingTop="@dimen/dp_8">

        <ImageView
            android:id="@+id/iv_avatar"
            android:layout_width="@dimen/dp_48"
            android:layout_height="@dimen/dp_48"
            android:layout_gravity="center_vertical"
            android:layout_marginLeft="@dimen/dp_8"
            android:background="@drawable/ic_account_circle_grey_400_48dp"/>

        <LinearLayout
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center_vertical"
            android:orientation="vertical"
            android:paddingLeft="@dimen/dp_8">

            <TextView
                android:id="@+id/tv_name"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:ellipsize="end"
                android:maxLines="2"
                android:textColor="@color/color_444444"
                android:textSize="@dimen/sp_14"
                tools:text="Jinks"/>

            <TextView
                android:id="@+id/tv_mobile"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="@dimen/dp_8"
                android:ellipsize="end"
                android:maxLines="1"
                android:textColor="@color/color_444444"
                android:textSize="@dimen/sp_14"
                tools:text="011-11111111"/>
        </LinearLayout>
    </LinearLayout>
</android.support.v7.widget.CardView>

但如果我使用app:cardBackgroundColor="@color/color_ffffff",则cardView的背景是正常的。但是,如果我这样做,android:foreground="?android:attr/selectableItemBackground"在电话中看不清楚。

我没有在java中使用setBackground的代码。

错误的颜色图片: gray backgroundColor

1 个答案:

答案 0 :(得分:0)

我使用app:cardBackgroundColor =“ @ color / white”

在值/颜色中创建