我有一个背景,我放在我的应用程序中,有些按钮应该去的地方。因此,当我按下所有按钮时,我将按钮变为不可见,以便在打开应用程序时看不到它们。但是当我这样做时,它是看不见的,但它们没有隐形按钮。我应该只能点击我按下按钮的区域。对?
感谢您的帮助!
Button
android:id="@+id/start1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button"
android:height="75dp"
android:width="150dp"
android:layout_marginLeft="15dp"
android:layout_marginTop="93dp"
android:visibility="visible" **(After I switch this to invisible the button doesn't work)**
android:clickable="true"/>
答案 0 :(得分:0)
您应该将按钮背景设置为所需的背景,您需要可见性。
可见=可见。能够与之互动 不可见=不可见。此视图的空间仍然占用,但无法进行交互 离开了=根本不存在,没有占用空间,无法与
交互