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

Commit febe3b19 authored by wangqi's avatar wangqi Committed by Copybara-Service
Browse files

UI refresh for search bar.

Bug: 79879991
Test: manual
PiperOrigin-RevId: 202354447
Change-Id: Id6121d8807c4da4864f10ea27a4f2ee92a7699a1
parent 92fb8056
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,5 +17,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
  android:shape="rectangle">
  <solid android:color="?android:attr/colorBackgroundFloating"/>
  <corners android:radius="2dp"/>
  <corners android:radius="8dp"/>
</shape>
+3 −3
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="@dimen/expanded_search_bar_height"
    android:background="?android:attr/colorPrimary"
    android:background="?android:attr/colorBackground"
    app:contentInsetEnd="0dp"
    app:contentInsetStart="0dp">
  <FrameLayout
@@ -61,8 +61,8 @@
            android:layout_toEndOf="@+id/search_magnifying_glass"
            android:layout_toStartOf="@+id/voice_search_button"
            android:text="@string/dialer_hint_find_contact"
            android:textSize="16dp"
            style="@style/Dialer.TextAppearance.Secondary"/>
            android:textColor="?android:attr/textColorHint"
            style="@style/Dialer.TextAppearance.Primary"/>

        <ImageView
            android:id="@+id/voice_search_button"