blob: 1db5e381193ced1843b43817edcb9bd0e85b18ff [file] [log] [blame]
< <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>