murakumo_URLコピペボタンの作成完了 #56

Merged
murakumo merged 4 commits from murakumo_URLコピペボタン into master 2024-07-16 05:32:54 +00:00
Showing only changes of commit 6f968f2b9b - Show all commits

View File

@ -143,7 +143,7 @@ public class MainActivity extends AppCompatActivity implements View.OnClickListe
finish(); // 画面遷移後元の状態に戻す
}
// formコピー用のクリック処理
// formコピー用のクリック処理
if (view == formURL) {
imageFormURL.setImageResource(R.drawable.ischecked_uuid);
copyUrlToClipboard(URL_TO_COPY);