app に textView があります。ここで、クリック時に textView のサイズを変更したいと思います。最大高さと最大幅を指定しましたが、サイズは変更されず、レイアウトで定義された幅と高さが表示されます。どんな助けでもいただければ幸いです
これが私のコードです:
<TextView
android:id="@+id/textView2"
android:layout_width="30dp"
android:layout_height="40dp"
android:layout_gravity="fill_horizontal"
android:layout_marginLeft="10dip"
android:layout_marginTop="10dip"
android:text="Hello"/>