質問編集履歴

1

誤字を修正しました。

2019/03/14 06:35

投稿

teruq
teruq

スコア12

test CHANGED
File without changes
test CHANGED
@@ -128,7 +128,7 @@
128
128
 
129
129
  android:inputType="textMultiLine"
130
130
 
131
- android:onTextChanged="@{(s,i,b,c) -> question.setCounterTextQ1(s)}"
131
+ android:onTextChanged="@{(s,i,b,c) -> question.setCounterText(s)}"
132
132
 
133
133
  android:onFocusChange="@{(v, hasFocus) -> question.FocusChange(hasFocus)}"
134
134