Android ConstraintLayout 中的另一个 LinearLayout
Android LinearLayout over another in ConstraintLayout
如何在 ConstraintLayout 中让一个 Linearlayout 覆盖在另一个 Linearlayout 之上?
Android Studio 2.3.1 构建于 2017 年 4 月 1 日
将自动添加“ android:elevation="1dp" ",
这将阻止第二层(在我的例子中是 LinearLayout)出现在最上面。
我在默认的 ConstraintLayout 上工作正常:)
如何在 ConstraintLayout 中让一个 Linearlayout 覆盖在另一个 Linearlayout 之上?
Android Studio 2.3.1 构建于 2017 年 4 月 1 日 将自动添加“ android:elevation="1dp" ", 这将阻止第二层(在我的例子中是 LinearLayout)出现在最上面。 我在默认的 ConstraintLayout 上工作正常:)