| <?xml version="1.0" encoding="utf-8"?> | 
 | <layout xmlns:android="http://schemas.android.com/apk/res/android"<fold text='...'> | 
 | xmlns:app="http://schemas.android.com/apk/res-auto"> | 
 | <data<fold text='...'>> | 
 |   <import type="test.langdb.calc.Calculator.Op" /> | 
 |   <variable<fold text='...'> | 
 |     name="calc" | 
 |     type="test.langdb.calc.Calculator<fold text='<'><</fold>String<fold text='>'>></fold>" /</fold>> | 
 | </data</fold>> | 
 |  | 
 | <androidx.constraintlayout.widget.ConstraintLayout<fold text='...'> | 
 | android:layout_width="match_parent" | 
 | android:layout_height="match_parent"> | 
 | <TextView<fold text='...'> | 
 |   android:id="@+id/leftangle" | 
 |   android:text="@{calc.a <fold text='<'><</fold> (calc.b <fold text='<'><</fold><fold text='<'><</fold> 2) ? calc.textA : calc.textB}"/</fold>> | 
 |  | 
 | <TextView<fold text='...'> | 
 |   android:id="@+id/rightangle" | 
 |   android:text="@{calc.a <fold text='>'>></fold> (calc.b <fold text='>'>></fold><fold text='>'>></fold> 2) ? calc.textA : calc.textB}"/</fold>> | 
 |  | 
 | <TextView<fold text='...'> | 
 |   android:id="@+id/and" | 
 |   android:text="@{calc.a <fold text='&'>&</fold><fold text='&'>&</fold> calc.b ? calc.textA : calc.textB}"/</fold>> | 
 |  | 
 | <TextView<fold text='...'> | 
 |   android:id="@+id/doublequote" | 
 |   android:text="@{<fold text='"'>"</fold>Hello<fold text='"'>"</fold>}"/</fold>> | 
 |  | 
 | </androidx.constraintlayout.widget.ConstraintLayout</fold>> | 
 |     </layout</fold>> | 
 |  |