gpt4 book ai didi

java - 安卓开发。卡片 View 不起作用?

转载 作者:行者123 更新时间:2023-12-02 01:17:37 25 4
gpt4 key购买 nike

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:background="#F3F3F3F3"
android:layout_height="wrap_content">

<android.support.v7.widget.CardView
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<TextView
android:id="@+id/dersName"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="10dp"
android:layout_marginRight="10dp"/>

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

</LinearLayout>

Unfortunately,ProjectTry has stopped

我还添加了这段代码

implementation 'com.android.support:recyclerview-v7:28.0.0'
//noinspection GradleCompatible
implementation 'com.android.support:cardview-v7:28.0.0'

编译成功,但是,它给了我不幸的是 ProjectTry 已停止我如何克服这个问题?当我打字时

最佳答案

更新后我也遇到了同样的问题我的库到 androidX

implementation 'androidx.cardview:cardview:1.0.0'

为了克服这个问题。

<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/dersName"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="10dp"
android:layout_marginRight="10dp"/>
</androidx.cardview.widget.CardView>

关于java - 安卓开发。卡片 View 不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58297208/

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