summaryrefslogtreecommitdiff
path: root/android/testData/rename/layout_widget1.xml
blob: d883b5b35f8018d5520199c2669257ed471e835c (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android">
    <p1.p<caret>2.MyWidget xmlns:android="http://schemas.android.com/apk/res/android">
      <ListView/>
    </p1.p2.MyWidget>
    <view class="p1.p2.MyWidget"/>
</LinearLayout>