モバイルアプリケーションの条件&の条件画面を最初の画面として表示しています。フォーカスするボタンとデフォルトで選択した条件
レイアウトファイルを使用して画面を表示しています。 、選択された状態である必要があり、ボタンを拒否され、デフォルトで
<Button android:id="@+id/acceptBtn" android:text="@string/accept"
android:background="@drawable/buttons" android:textColor="@color/white"
android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
<Button android:id="@+id/rejecttBtn" android:text="@string/reject"
android:background="@drawable/buttons" android:textColor="@color/white"
android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
要件を拒否&いずれかの受け入れのためのレイアウトファイル内
は、私は2つのボタン、1つを持っています。また、現在のところ、画像であるandroid:background = "@ drawable/buttons"のため、ボタンはフォーカスされていません。問題を解決するために入力/サンプルコード/ xmlを提供してください。
ありがとうございます。