Update 修改首页源列数.md
This commit is contained in:
@@ -14,6 +14,7 @@ app/src/main/java/com/github/tvbox/osc/ui/activity/HomeActivity.java
|
|||||||
|
|
||||||
spanCount = Math.min(spanCount, 2);
|
spanCount = Math.min(spanCount, 2);
|
||||||
spanCount = Math.max(spanCount, 4);
|
spanCount = Math.max(spanCount, 4);
|
||||||
|
|
||||||
|
|
||||||
clp.width = AutoSizeUtils.mm2px(dialog.getContext(), 400+230*spanCount);
|
clp.width = AutoSizeUtils.mm2px(dialog.getContext(), 400+230*spanCount);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user