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