|
|
@@ -42,7 +42,7 @@ public class SelectPlayPop {
|
|
|
View view = LayoutInflater.from(ct).inflate(R.layout.pop_play_select, null);
|
|
|
window.setContentView(view);
|
|
|
window.getContentView().measure(0, 0);
|
|
|
- int height = DisplayUtil.dip2px(ct, 280);
|
|
|
+ int height = DisplayUtil.sp2px(ct, 280);
|
|
|
window.setHeight(height);
|
|
|
window.setWidth(DisplayUtil.getSreechWidth(ct));
|
|
|
initView(ct, window, view, model, onSureListener);
|