質問編集履歴

1

ソースコードの追加

2020/08/22 08:08

投稿

ikh
ikh

スコア2

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,29 @@
20
20
 
21
21
 
22
22
 
23
+
24
+
23
- ```
25
+ ```ソースコード
26
+
27
+ <EditText
28
+
29
+ android:id="@+id/edit_text_input"
30
+
31
+ android:layout_width="120dp"
32
+
33
+ android:layout_height="wrap_content"
34
+
35
+ android:layout_centerHorizontal="true"
36
+
37
+ android:hint="Minutes"
38
+
39
+ android:inputType="number"
40
+
41
+ android:maxLength="4"
42
+
43
+ app:layout_constraintEnd_toStartOf="@+id/button_set"
44
+
45
+ tools:layout_editor_absoluteY="6dp" />
24
46
 
25
47
 
26
48