底部弹出输入页面

1、设置activity主题为MyDialogStyleBottom



2、在setContentView后添加

  getWindow().setLayout(WindowManager.LayoutParams.FILL_PARENT, WindowManager.LayoutParams.FILL_PARENT);

作用是使弹出的页面宽度充满屏幕宽度

你可能感兴趣的:(底部弹出输入页面)