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