Problem changing button size when pressed in Android
问题 I have tried changing the size of my button when I press it but nothing seem to work. The button is created in main.xml: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> <Button android:layout_alignParentLeft="true" android:layout_height="90px" android:id="@+id/button1" android:layout_marginTop="120px" android:layout_width="90px" android:textSize="45px"