teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

Markdownのcode機能というもので修正をしてみました。初投稿でご迷惑をおかけします。

2021/06/08 05:49

投稿

indy_papa
indy_papa

スコア27

title CHANGED
File without changes
body CHANGED
@@ -43,7 +43,7 @@
43
43
 
44
44
  ### 該当のソースコード
45
45
 
46
- <java>
46
+ ```java```
47
47
  package jp.999.check_sipping;
48
48
 
49
49
  import androidx.appcompat.app.AlertDialog;
@@ -112,7 +112,7 @@
112
112
 
113
113
  public void onClick_Staff_No(View v) {
114
114
  // ********************************************************
115
- **// TextInputEditText(id:txti_Staff_No)をタップした時に以下の処理をしたい。**
115
+ // TextInputEditText(id:txti_Staff_No)をタップした時に以下の処理をしたい。
116
116
  // ********************************************************
117
117
  if (lstv_id.getVisibility() == View.VISIBLE) {
118
118
  staff_list_view_check();
@@ -143,6 +143,7 @@
143
143
  }
144
144
 
145
145
  }
146
+ ```
146
147
  ### 試したこと
147
148
 
148
149
  onCreateでsetOnClickListenerを使用しましたが
@@ -156,7 +157,7 @@
156
157
 
157
158
  ### 補足情報(FW/ツールのバージョンなど)
158
159
 
159
- <xml>
160
+ ```xml```
160
161
  <?xml version="1.0" encoding="utf-8"?>
161
162
  <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
162
163
  xmlns:app="http://schemas.android.com/apk/res-auto"
@@ -271,4 +272,5 @@
271
272
  app:layout_constraintStart_toStartOf="parent"
272
273
  app:layout_constraintTop_toBottomOf="@+id/txtv_staff_name" />
273
274
 
274
- </androidx.constraintlayout.widget.ConstraintLayout>
275
+ </androidx.constraintlayout.widget.ConstraintLayout>
276
+ ```