Remove drop shadow below on the fill dialog

Bug: 227380556
Bug: 225234267
Test: use sample code and see the shadow is removed

Change-Id: Ib006508edf9b8bb69b9f57edac5fb16097e0633c
This commit is contained in:
Joanne Chung
2022-05-05 19:55:29 +08:00
parent 1d1d37ca68
commit 4032303339

View File

@@ -50,6 +50,7 @@
android:visibility="gone" />
</LinearLayout>
<!-- For Authentication. -->
<LinearLayout
android:id="@+id/autofill_dialog_container"
android:layout_width="fill_parent"
@@ -58,7 +59,7 @@
android:paddingStart="@dimen/autofill_save_inner_padding"
android:paddingEnd="@dimen/autofill_save_inner_padding"
android:visibility="gone"
style="@style/AutofillDatasetPicker" />
android:background="@drawable/autofill_dataset_picker_background"/>
<ListView
android:id="@+id/autofill_dialog_list"
@@ -68,8 +69,8 @@
android:drawSelectorOnTop="true"
android:clickable="true"
android:divider="?android:attr/listDivider"
android:visibility="gone"
style="@style/AutofillDatasetPicker" />
android:background="@drawable/autofill_dataset_picker_background"
android:visibility="gone"/>
<com.android.internal.widget.ButtonBarLayout
android:layout_width="match_parent"