質問編集履歴

3

コードを追加

2019/05/30 00:20

投稿

y.nakamura
y.nakamura

スコア190

test CHANGED
File without changes
test CHANGED
@@ -28,6 +28,8 @@
28
28
 
29
29
 
30
30
 
31
+ MainActivity.kt
32
+
31
33
  ```kotlin
32
34
 
33
35
 
@@ -173,3 +175,41 @@
173
175
  }
174
176
 
175
177
  ```
178
+
179
+
180
+
181
+ activity_main.xml
182
+
183
+ ```xml
184
+
185
+ <?xml version="1.0" encoding="utf-8"?>
186
+
187
+ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
188
+
189
+ xmlns:tools="http://schemas.android.com/tools"
190
+
191
+ android:layout_width="match_parent"
192
+
193
+ android:layout_height="wrap_content"
194
+
195
+ android:layout_margin="10dp"
196
+
197
+ android:orientation="vertical">
198
+
199
+
200
+
201
+ <Button
202
+
203
+ android:id="@+id/button_connect"
204
+
205
+ android:layout_width="wrap_content"
206
+
207
+ android:layout_height="wrap_content"
208
+
209
+ android:text="Connect"
210
+
211
+ android:textSize="18sp"/>
212
+
213
+ </LinearLayout>
214
+
215
+ ```

2

タイトル変更

2019/05/30 00:20

投稿

y.nakamura
y.nakamura

スコア190

test CHANGED
@@ -1 +1 @@
1
- Android Blutetooth接続できない
1
+ Android 別端末にBlutetooth接続できない
test CHANGED
File without changes

1

項目名変更

2019/05/29 09:03

投稿

y.nakamura
y.nakamura

スコア190

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- | INFO | VALUE |
13
+ | ITEM | VALUE |
14
14
 
15
15
  | --- | --- |
16
16