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
blob: bb2960e48c85dddbeb4afde109ccfb58ebe4810f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@@ -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>
+