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

Commit 8b967d9c authored by Brad Ebinger's avatar Brad Ebinger Committed by Automerger Merge Worker
Browse files

Merge "Dialer: correct the expanded search bar height" am: 36af0d96 am: 38216704

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Dialer/+/1760705

Change-Id: I1c92b6d2a78415603fcfe45dc63332016a14929c
parents 39e1f28d 38216704
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