summaryrefslogtreecommitdiff
path: root/android/testData/findUsages/fu7_layout.xml
blob: a1fc4d9c93cba3281fe07e4e5aa94c47ef02e3fe (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android">
    <EditText android:id="@+id/anchor"/>
    <TextView android:layout_alignRight="@id/anch<caret>or"/>
</RelativeLayout>