How can I play with the buttons size? for example, here is a button
<Button
android:id="@+id/button1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:textSize="12sp"
android:text="About" />
It looks like this: http://oi58.tinypic.com/2irayky.jpg
And when I put my finger to it, it changes to: http://oi61.tinypic.com/2hzu3if.jpg
How can I change the gray color and the orange color of the button/rectangle to #123456 for example?
Another question.. How can I change the rectangle height so the button will become smaller?