aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/extractstyle2-expected-extract7.diff
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/extractstyle2-expected-extract7.diff')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/extractstyle2-expected-extract7.diff33
1 files changed, 0 insertions, 33 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/extractstyle2-expected-extract7.diff b/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/extractstyle2-expected-extract7.diff
deleted file mode 100644
index bb2960e48..000000000
--- a/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/extractstyle2-expected-extract7.diff
+++ /dev/null
@@ -1,33 +0,0 @@
-@@ -2 +2
-- foo:layout_width="wrap_content" foo:layout_height="match_parent" foo:orientation="vertical">
-- <Button foo:text="Button"
-- foo:layout_width="wrap_content" foo:layout_height="wrap_content"
-- foo:textColor="#FF0000" foo:textSize="20pt"
-- foo:id="@+id/button1" foo:layout_alignParentBottom="true"></Button>
-- <Button foo:text="Button"
-- foo:layout_width="wrap_content" foo:layout_height="fill_parent"
-- foo:textColor="#00FF00" foo:textSize="20pt"
-- foo:id="@+id/button2" foo:layout_alignParentBottom="true"></Button>
-+ foo:layout_width="wrap_content"
-+ foo:layout_height="match_parent"
-+ foo:orientation="vertical" >
-+
-+ <Button
-+ foo:id="@+id/button1"
-+ style="@style/newstyle"
-+ foo:layout_width="wrap_content"
-+ foo:layout_height="wrap_content"
-+ foo:layout_alignParentBottom="true"
-+ foo:text="Button"
-+ foo:textColor="#FF0000" >
-+ </Button>
-+
-+ <Button
-+ foo:id="@+id/button2"
-+ style="@style/newstyle"
-+ foo:layout_width="wrap_content"
-+ foo:layout_height="fill_parent"
-+ foo:layout_alignParentBottom="true"
-+ foo:text="Button" >
-+ </Button>
-+