diff --git a/core/res/res/layout/autofill_dataset_picker.xml b/core/res/res/layout/autofill_dataset_picker.xml index a88836eff5a05..dca01286c9f7d 100644 --- a/core/res/res/layout/autofill_dataset_picker.xml +++ b/core/res/res/layout/autofill_dataset_picker.xml @@ -18,6 +18,7 @@ android:id="@+id/autofill_dataset_picker" android:layout_width="fill_parent" android:layout_height="fill_parent" + android:foreground="?attr/listChoiceBackgroundIndicator" style="@style/AutofillDatasetPicker"> - + - \ No newline at end of file + diff --git a/core/res/res/layout/autofill_dataset_picker_header_footer.xml b/core/res/res/layout/autofill_dataset_picker_header_footer.xml index 093f035ec1ead..4d5f4f09d29e1 100644 --- a/core/res/res/layout/autofill_dataset_picker_header_footer.xml +++ b/core/res/res/layout/autofill_dataset_picker_header_footer.xml @@ -18,6 +18,7 @@ android:id="@+id/autofill_dataset_picker" android:layout_width="fill_parent" android:layout_height="fill_parent" + android:foreground="?attr/listChoiceBackgroundIndicator" style="@style/AutofillDatasetPicker"> mCallback.onResponsePicked(response)); + container.setFocusable(true); + container.setOnClickListener(v -> mCallback.onResponsePicked(response)); if (!mFullScreen) { final Point maxSize = mTempPoint;