gpt4 book ai didi

android - 如何使线性布局背景透明?

转载 作者:行者123 更新时间:2023-11-29 18:53:16 25 4
gpt4 key购买 nike

我正在尝试实现带有半圆的滚动功能我无法实现这一点我想让线性布局透明并且只有 ImageView 可见。这里的问题是线性布局的边缘使该功能失败。

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

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/main_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">

<LinearLayout
android:id="@+id/linear"
android:layout_width="match_parent"
android:layout_height="70dp"
android:background="@null">

<ImageView
android:layout_width="match_parent"
android:layout_height="70dp"
android:background="@drawable/rect_background" />

</LinearLayout>


<ScrollView
android:layout_width="match_parent"
android:layout_height="fill_parent">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"




</LinearLayout>

</ScrollView>

</LinearLayout>

最佳答案

试着把它放在你的 LinearLayout 上:

android:background="@android:color/transparent"

关于android - 如何使线性布局背景透明?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50451144/

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