我想在线性布局中的图像视图上设置搜索视图

i want to set a searchview over an imageview in a linearlayout

我想在线性布局的图像视图上设置搜索视图。 当我们通过拖动来使用约束布局时很容易,但我想在 LinearLayout 中执行此操作

请帮忙。

您可以在 LinearLayout 中添加 FrameLayout(或 RelativeLayout),并在 FrameLayout 中添加搜索视图和 ImageView