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

Commit 38216704 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

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

Change-Id: I90b26025de14c24bfd8abf8ecf42dbbcb6f6c926
parents 49e5a04b 36af0d96
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