main.xmlにImageViewのボタンとアニメーションがあります。アプリケーションの起動ボタンがImageViewで覆われていると、問題が発生します。
ImageViewを作成する方法はボタンの後ろにありますか?
ありがとうございました。。これは私のコードです:
<AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/summer">
<Button
android:id="@+id/soal111"
android:layout_width="30dp"
android:layout_height="20dp"
android:layout_x="207dp"
android:layout_y="41dp"
android:background="@drawable/primarykey"
android:text=" "
android:textSize="8dp" />
<ImageView
android:id="@+id/imageView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_x="119dp"
android:layout_y="29dp"
android:adjustViewBounds="true"
android:src="@drawable/awan1" />