Loading java/com/android/dialer/main/impl/toolbar/res/drawable/search_bar_background_rounded_corners.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> java/com/android/dialer/main/impl/toolbar/res/layout/toolbar_layout.xml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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" Loading Loading
java/com/android/dialer/main/impl/toolbar/res/drawable/search_bar_background_rounded_corners.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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>
java/com/android/dialer/main/impl/toolbar/res/layout/toolbar_layout.xml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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" Loading