2

カスタム ビューを作成し、背景をXML描画可能な形状に設定しました。目標は、ユーザーがビューをクリックするとサイズがsetBounds(0, 0, width * 2, height * 2)大きくなりますが、サイズは大きくなりますが、新しいビューの一部が切り取られ、同じサイズのままになります。を使用してみfill parentましたが、特定の幅と高さを使用しても機能しませんでした。

<package.ItemView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_row="0"
    android:layout_column="0"
    android:layout_margin="0dp"
    android:background="@drawable/rounded_rect"
    android:layout_marginBottom="30dp"
    custom:text="yes"
    custom:sound="yes"
    custom:imagePath="@drawable/yes"
    custom:backgroundColor="#a0d80e"
    />
4

0 に答える 0