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

Commit 350ed89a authored by Timi Rautamäki's avatar Timi Rautamäki
Browse files

Dialer: correct the expanded search bar height

 * This causes the expand animation to be choppy first time

Test: make Dialer, verify the animation no longer shifts the
view first time the animation is played.
Change-Id: Ia72b38ab39f19c2518385d6a858dc2fd194bbb55
parent 49e5a04b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/search_box_expanded"
    android:layout_width="match_parent"
    android:layout_height="@dimen/expanded_search_bar_height"
    android:layout_height="@dimen/collapsed_search_bar_height"
    android:visibility="invisible">

  <ImageButton