What does android:numColumns="auto_fit "mean?
Android:numColumns is an attribute of the GridView control in Android, which is used to set the number of columns to be displayed. Its parameters can be plastic data. For example, setting android:numColumns="3 "means that the GridView display style is 3-list. Set to auto_fit to automatically adjust the number of columns displayed.