blob: 8a5e9e8ee58df376b20bd835eafcf323663c7249 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:support="http://schemas.android.com/apk/res/android.appcompat"
android:id="@+id/view"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<fragment class="android.test.sample.App$Inner" />
<variable name="user" type="com.android.User" />
<View xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/me"
android:layout_width="1dp"
android:onClick="doClick"
android:text="@{user.name}"
android:background="#ffffff"
android:layout_height="match_parent"
app:flags="complex|weak"
android:colorAccent="#ffffff"/>
</LinearLayout>