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.
のようにビューに焦点を合わせたいと思いますAlertDialog。これどうやってするの ?
AlertDialog
PS: 私のビューはかなり複雑なので、 Android Docsで提案されているように FrameLayout を使用しています。
ダイアログで複雑なビューを表示するときはいつでも、ビュー全体を XML に配置してから、新しいアクティビティを作成し、アクティビティのコンテンツ ビューをその XML に設定してから、これによってダイアログとしてアクティビティを開始することを好みます。
<activity android:theme="@android:style/Theme.Dialog" />
投稿をご覧ください
ダイアログとしての Android アクティビティ
それはかなり簡単でシンプルで簡単です。これが役立つことを願っています!