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

Commit a79da0fa authored by Felipe Leme's avatar Felipe Leme
Browse files

Re-added outer layout on Autofill Save UI that was accidentally removed.

A.K.A "Dude, where's my shadow?"

Test: manual verification
Fixes: 64538521

Change-Id: I665bde3a81cd41315204911d1f77184983bdc5db
parent f2f9951e
Loading
Loading
Loading
Loading
+72 −63
Original line number Diff line number Diff line
@@ -14,6 +14,13 @@
     limitations under the License.
-->

<!-- NOTE: outer layout is required to provide proper shadow. -->
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical">

    <LinearLayout
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/autofill_save"
@@ -105,3 +112,5 @@
        </com.android.internal.widget.ButtonBarLayout>

    </LinearLayout>

</LinearLayout>