gpt4 book ai didi

android - 如果在 CardView 中使用,则标记 LinearLayout

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:34:22 26 4
gpt4 key购买 nike

我在 CardView 中使用了 LinearLayout 来获得一种社交媒体登录按钮的外观并且一切正常,但 Android Studio 标记 Element LinearLayout is not allowed here。我想知道为什么会这样?我的 xml 是这样的:

<android.support.v7.widget.CardView
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_below="@id/cv_fb"
android:layout_width="match_parent"
android:layout_height="wrap_content"
card_view:cardElevation="3dp"
>

<LinearLayout

android:id="@+id/ll_entitlement_extend_google"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="@color/white"
android:clickable="true"
android:gravity="center"
android:paddingTop="10dp"
android:paddingBottom="10dp"
>

<ImageView
android:layout_weight="1"
android:layout_width="75dp"
android:layout_height="75dp"
android:src="@drawable/google_icon"/>

<TextView
android:layout_weight="1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Connect with Google +"/>

<ImageView
android:layout_weight="1"
android:layout_width="25dp"
android:layout_height="25dp"
android:src="@drawable/ic_chevron_right_black"/>


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

最佳答案

只是为了得到一个正确的答案,如@Blacklight在评论中说,这是一个 IDE 问题,因此重新启动它应该可以解决问题。

关于android - 如果在 CardView 中使用,则标记 LinearLayout,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27440887/

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