blob: 3320a5e609ab1da4f9e6997120f56f34abc1638d [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@drawable/picture3">
<EditText android:id="@+id/anchor"/>
<TextView android:text="@str<caret>ing/hello"/>
<TextView android:text="@string/hi"/>
<TextView android:layout_alignRight="@id/anchor"/>
</LinearLayout>