aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/aapterror3.xml
blob: bc9c134c763bc3579d410693c68a8451ffad6736 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
	<style name="wrongAttribute">
		<item name="nonexistent">5</item>
	</style>
</resources>