增加MessageService(更改域名), 取消显示公告

This commit is contained in:
khy
2017-04-25 19:16:58 +08:00
parent b9185cce15
commit 919e3c386d
24 changed files with 296 additions and 184 deletions

View File

@ -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);