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

Commit 50893bea authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Fix divider view not animating" into klp-dev

parents 0ac27a82 3957b27d
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"