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

質問編集履歴

1

誤字を修正しました。

2019/03/14 06:35

投稿

teruq
teruq

スコア12

title CHANGED
File without changes
body CHANGED
@@ -63,7 +63,7 @@
63
63
  android:text="@={question.text_OF}"
64
64
  android:ems="10"
65
65
  android:inputType="textMultiLine"
66
- android:onTextChanged="@{(s,i,b,c) -> question.setCounterTextQ1(s)}"
66
+ android:onTextChanged="@{(s,i,b,c) -> question.setCounterText(s)}"
67
67
  android:onFocusChange="@{(v, hasFocus) -> question.FocusChange(hasFocus)}"
68
68
  android:textAppearance="@style/EditText" />
69
69