私は自分のアプリに入れた背景を持っていて、ボタンが行くはずの場所があります。ボタンをすべて並べたら、アプリを開いたときにボタンが見えないように、ボタンを非表示にします。しかし、私がそれを行うと、それは見えなくなりますが、目に見えないボタンはありません。ボタンを配置した領域をクリックするだけでよいはずです。右?
ご助力いただきありがとうございます!
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"/>