mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 15:01:57 +03:00
5 cols on portrait
This commit is contained in:
parent
ba14880f3d
commit
28772f1ba9
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ public class ExtendedListFragment extends Fragment
|
||||||
private static final String KEY_IS_GRID_VISIBLE = "IS_GRID_VISIBLE";
|
private static final String KEY_IS_GRID_VISIBLE = "IS_GRID_VISIBLE";
|
||||||
public static final float minColumnSize = 2.0f;
|
public static final float minColumnSize = 2.0f;
|
||||||
|
|
||||||
private int maxColumnSize = 6;
|
private int maxColumnSize = 5;
|
||||||
private int maxColumnSizePortrait = 6;
|
private int maxColumnSizePortrait = 5;
|
||||||
private int maxColumnSizeLandscape = 10;
|
private int maxColumnSizeLandscape = 10;
|
||||||
|
|
||||||
private ScaleGestureDetector mScaleGestureDetector = null;
|
private ScaleGestureDetector mScaleGestureDetector = null;
|
||||||
|
|
Loading…
Reference in a new issue