File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
kotlin/org/fossify/filemanager/helpers Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ class Config(context: Context) : BaseConfig(context) {
107107
108108 private fun getDefaultFileColumnCount (): Int {
109109 val isPortrait = context.resources.configuration.orientation == Configuration .ORIENTATION_PORTRAIT
110- return if (isPortrait) 3 else 5
110+ return if (isPortrait) 4 else 8
111111 }
112112
113113 var displayFilenames: Boolean
Original file line number Diff line number Diff line change 2121
2222 <ImageView
2323 android : id =" @+id/item_icon"
24- android : layout_width =" @dimen/grid_view_icon_size "
25- android : layout_height =" @dimen/grid_view_icon_size "
24+ android : layout_width =" match_parent "
25+ android : layout_height =" wrap_content "
2626 android : layout_centerHorizontal =" true"
2727 android : adjustViewBounds =" true"
28+ android : padding =" @dimen/small_margin"
2829 android : src =" @drawable/ic_folder_vector" />
2930
3031 <TextView
You can’t perform that action at this time.
0 commit comments