如何将视图与GridLayout单元格的中心对齐?

时间:2017-08-11 19:40:36

标签: android android-layout android-gridlayout

如何将ImageViews与GridLayout的每个单元格的中心对齐?

我的目标是什么:

What I'm aiming for

我现在拥有的:

What I have now

这是其中一个ImageViews的布局代码

<ImageView
        android:id="@+id/imageView00"
        android:layout_width="110dp"
        android:layout_height="120dp"
        android:stretchMode="columnWidth"
        app:layout_column="0"
        app:layout_gravity="center"
        app:layout_row="0" />

0 个答案:

没有答案