如何在我的布局顶部创建外部阴影?

Posted

技术标签:

【中文标题】如何在我的布局顶部创建外部阴影?【英文标题】:How to create an external shadow at the top of my layout? 【发布时间】:2019-04-26 07:31:41 【问题描述】:

我想在 android 中的视图顶部创建外部阴影。

  <LinearLayout
            android:orientation="vertical"
            android:layout_
            android:layout_>
            <LinearLayout
                android:id="@+id/layout2"
                android:layout_weight="1"
                android:layout_
                android:layout_>

            </LinearLayout>
            <LinearLayout
                android:id="@+id/layout1"
                android:layout_weight="1"
                android:layout_
                android:layout_>

            </LinearLayout>
        </LinearLayout>

如何在布局layout1的外部顶部制作阴影?

【问题讨论】:

【参考方案1】:

在布局中使用海拔属性:

android:elevation="3dp"

【讨论】:

如果可能,请提供更多上下文。也许带有阴影的 LinearLayout 的屏幕截图会有所帮助。

以上是关于如何在我的布局顶部创建外部阴影?的主要内容,如果未能解决你的问题,请参考以下文章

如何创建 Material Bottom App Bar 顶部阴影

进度部分上的 Seekbar 外阴影

如何在swift中仅向UIVIEW的顶部和底部添加阴影

UITableView 阴影顶部和底部

如何在颤动中显示具有顶部和底部渐变阴影的图像?

如何在表格视图单元格内的视图顶部和底部放置阴影?