Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
水平モードと垂直モードの両方で、ポップリストを画面の中央に設定したいと思います。
私は次のコードを使用しました:
android.view.WindowManager.LayoutParams params=popupDialog.getWindow().getAttributes(); params.x=heightIndp-120;params.y=top; params.gravity=Gravity.BOTTOM|Gravity.LEFT;