commit | 350ed89a149c146342ed232b44c5f9b63d194a4c | [log] [tgz] |
---|---|---|
author | Timi Rautamäki <timi.rautamaki@gmail.com> | Thu Jul 08 19:20:03 2021 +0200 |
committer | Timi Rautamäki <timi.rautamaki@gmail.com> | Thu Jul 08 17:30:28 2021 +0000 |
tree | c02f72a79753dad21af595f9f969856d82a7c84a | |
parent | 49e5a04b188a5847ada83e41a376332de0835e04 [diff] |
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
diff --git a/java/com/android/dialer/main/impl/toolbar/res/layout/expanded_search_bar.xml b/java/com/android/dialer/main/impl/toolbar/res/layout/expanded_search_bar.xml index e5b72f2..a7b3aeb 100644 --- a/java/com/android/dialer/main/impl/toolbar/res/layout/expanded_search_bar.xml +++ b/java/com/android/dialer/main/impl/toolbar/res/layout/expanded_search_bar.xml
@@ -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