Androidアプリ開発入門 -- ダイアログの実装方法
動作サンプルを確認しましょう
activity_main.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"> ...
7月11日 20:23 投稿