0
我正在顯示條款&移動應用程序的條件屏幕作爲第一個屏幕。按鈕將被聚焦並處於默認選定狀態
我正在使用佈局文件來顯示屏幕。
在佈局文件,我有兩個按鈕,一個用於接受爲&一個拒絕
<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>
默認的要求,拒絕按鈕應在選定的條件。另外,目前,由於android:background =「@ drawable/buttons」這是一個圖像,這些按鈕並沒有得到關注。
請提供您的輸入/示例代碼/ xml來解決問題。
在此先感謝。