summaryrefslogtreecommitdiff
path: root/android/testData/rename/layout_widget_after.xml
blob: b884e31e43758ca0fe8aa07c09345645b062d317 (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.MyWidget1 xmlns:android="http://schemas.android.com/apk/res/android">
      <ListView/>
    </p1.p2.MyWidget1>
    <view class="p1.p2.MyWidget1"/>
</LinearLayout>