Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40323033 authored by Joanne Chung's avatar Joanne Chung
Browse files

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
parent 1d1d37ca
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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"