增加MessageService(更改域名), 取消显示公告
This commit is contained in:
@ -259,11 +259,11 @@ public class DownloadDialog implements OnCollectionCallBackListener {
|
||||
int count = apkList.size();
|
||||
int vpHeight;
|
||||
if (count <= 3) {
|
||||
vpHeight = 80;
|
||||
vpHeight = 88;
|
||||
} else if (count <= 6) {
|
||||
vpHeight = 140;
|
||||
vpHeight = 148;
|
||||
} else {
|
||||
vpHeight = 200;
|
||||
vpHeight = 208;
|
||||
}
|
||||
ViewGroup.LayoutParams layoutParams = viewPager.getLayoutParams();
|
||||
layoutParams.height = DisplayUtils.dip2px(context, vpHeight);
|
||||
|
||||
Reference in New Issue
Block a user