回答編集履歴

1

コード修正

2019/11/26 01:06

投稿

kakajika
kakajika

スコア3131

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  @IdRes int inputId = Resources.getSystem().getIdentifier("numberpicker_input", "id", "android");
14
14
 
15
- EditText input = np.findViewById(inputId);
15
+ EditText input = np_fadeIn.findViewById(inputId);
16
16
 
17
17
  input.setRawInputType(InputType.TYPE_CLASS_NUMBER);
18
18