質問編集履歴
1
誤字を修正しました。
    
        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. 
     | 
| 
      
 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 
     | 
    
         |