aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/extractstyle1-expected-extract6.diff
blob: 1db5e381193ced1843b43817edcb9bd0e85b18ff (plain)
1
2
3
4
5
6
<     <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 style="@style/newstyle" android:id="@+id/button1" ></Button>