这是我想要的布局。
<- ActionBar with back button
[ Image1 ] [Image2][Image3] [Image4]
Run Code Online (Sandbox Code Playgroud)
有人知道如何使用ConstraintLayout支持此功能吗?Image2,Image3应该位于中间,并且它们之间几乎没有空白。Image1和Image4分别位于左右边缘附近。
无论如何,使用LinearLayout或RelativeLayout对图像行要实现相同的效果?
是否必须始终将coordinatorlayout设为根布局?如果可以,它是否支持ActionBar?