Adjust GridView with ImageViews to different screen sizes, Android
问题 I'd so appreciate if someone could advise on below. My GridView has 3 columns that will be filled with ImageViews: <GridView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/grid_view" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" android:layout_marginRight="10dp" android:layout_marginLeft="10dp" android:numColumns="3" android:columnWidth="0.3dp" android:horizontalSpacing="20dp"