summaryrefslogtreecommitdiff
path: root/android/testData/rename/layout_widget.xml
blob: 13406d596c546570b9fd2bd2090725fb2c557844 (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.p2.MyW<caret>idget xmlns:android="http://schemas.android.com/apk/res/android">
      <ListView/>
    </p1.p2.MyWidget>
    <view class="p1.p2.MyWidget"/>
</LinearLayout>