blob: c3d4423ab39c20dc29bc1698cfe10842cefb9c27 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:andr1="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/p1.p2"
andr1:orientation="vertical"
andr1:layout_width="fill_parent"
andr1:layout_height="fill_parent">
<TextView
andr1:lay<caret>out_width="fill_parent"
andr1:layout_height="wrap_content"
andr1:text="Hello World, MyActivity"
app:customAttribute="Hello"
/>
</LinearLayout>