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

Commit 3957b27d authored by Yorke Lee's avatar Yorke Lee
Browse files

Fix divider view not animating

Move the searchbox separator into the same layout as the searchview
so that they animate together

Bug: 11013819
Change-Id: I68fc705a476203788888e460731a708ff616ac78
parent 02bd6dfd
Loading
Loading
Loading
Loading
+41 −35
Original line number Diff line number Diff line
@@ -31,11 +31,16 @@
        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/search_view_container"
            android:orientation="vertical"
            >
            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:orientation="horizontal"
                android:paddingLeft="16dp"
                android:paddingRight="23dp"
            android:id="@+id/search_view_container"
                android:background="@color/searchbox_background_color"
            android:orientation="horizontal"
                android:gravity="center_vertical">
                <EditText
                    android:id="@+id/search_view"
@@ -68,6 +73,7 @@
                android:layout_height="1dp"
                android:layout_width="match_parent"
                android:background="@color/background_dialer_light" />
        </LinearLayout>
        <FrameLayout
            android:layout_height="0dp"
            android:layout_weight="1"