我有一个背景,我把它放在我的应用程序中,并且有一些按钮应该去的地方。因此,当我将所有按钮排成一行时,我会将按钮设置为不可见,这样当您打开应用程序时就不会看到它们。但是当我这样做时,它是不可见的,但它们没有不可见的按钮。我应该能够单击放置按钮的区域。对?
感谢你的帮助!
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"/>