aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/extractstyle1-expected-extract3.diff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-05-08 18:17:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-08 18:17:45 +0000
commit18c1c14ad4d869c627655cf2204b70d440b7692b (patch)
treec4efb96abd28c58f6dc220fdcc8ee8ab69f7ca38 /eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/extractstyle1-expected-extract3.diff
parentf1a59c98333d28b04b74772f204bcc1df6e83634 (diff)
parentccad5384d77328ff1843f4d9296f36a0c3f60343 (diff)
downloadsdk-18c1c14ad4d869c627655cf2204b70d440b7692b.tar.gz
Merge "Remove all non-Apache2 licensed files from sdk" am: 106d12a4f8 am: 7cb6fc634a am: ccad5384d7
Change-Id: Iaaff1e1152ae574f85e78797ecb849e29c805ef8
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/extractstyle1-expected-extract3.diff')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/extractstyle1-expected-extract3.diff32
1 files changed, 0 insertions, 32 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/extractstyle1-expected-extract3.diff b/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/extractstyle1-expected-extract3.diff
deleted file mode 100644
index 36186b83f..000000000
--- a/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/extractstyle1-expected-extract3.diff
+++ /dev/null
@@ -1,32 +0,0 @@
-@@ -2 +2
-- android:layout_width="wrap_content" android:layout_height="match_parent">
-- <Button android:text="Button"
-- android:layout_width="wrap_content" android:layout_height="wrap_content"
-- android:textColor="#FF0000" android:textSize="20pt"
-- android:id="@+id/button1" android:layout_alignParentBottom="true"></Button>
-- <Button android:text="Button"
-- android:layout_width="wrap_content" android:layout_height="fill_parent"
-- android:textColor="#FF00FF" android:textSize="20pt"
-- android:id="@+id/button2" android:layout_alignParentBottom="true"></Button>
-+ android:layout_width="wrap_content"
-+ android:layout_height="match_parent" >
-+
-+ <Button
-+ android:id="@+id/button1"
-+ style="@style/newstyle"
-+ android:layout_width="wrap_content"
-+ android:layout_height="wrap_content"
-+ android:layout_alignParentBottom="true"
-+ android:text="Button" >
-+ </Button>
-+
-+ <Button
-+ android:id="@+id/button2"
-+ style="@style/newstyle"
-+ android:layout_width="wrap_content"
-+ android:layout_height="fill_parent"
-+ android:layout_alignParentBottom="true"
-+ android:text="Button"
-+ android:textColor="#FF00FF" >
-+ </Button>
-+