Skip to content

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

app/src/main/res/layout/view_fade_omnibar.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
android:layout_height="@dimen/toolbarIcon"
153153
android:layout_gravity="center"
154154
android:gravity="center"
155+
android:scaleType="center"
155156
android:importantForAccessibility="no"
156157
android:padding="@dimen/keyline_2"
157158
android:src="@drawable/ic_find_search_small_24" />
@@ -165,7 +166,8 @@
165166
android:background="@drawable/selectable_item_experimental_background"
166167
android:contentDescription="@string/back"
167168
android:gravity="center"
168-
android:src="@drawable/ic_arrow_left_24"
169+
android:scaleType="center"
170+
android:src="@drawable/ic_arrow_left_small_24"
169171
android:visibility="gone" />
170172

171173
<ImageView
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--
2+
~ Copyright (c) 2025 DuckDuckGo
3+
~
4+
~ Licensed under the Apache License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ http://www.apache.org/licenses/LICENSE-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
15+
-->
16+
17+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
18+
android:width="24dp"
19+
android:height="24dp"
20+
android:viewportWidth="24"
21+
android:viewportHeight="24">
22+
<path
23+
android:pathData="M10.977,4.881a0.75,0.75 0,1 0,-1.06 -1.06L3.765,9.97a2.55,2.55 0,0 0,0 3.607l6.152,6.152a0.75,0.75 0,0 0,1.061 -1.06l-6.145,-6.146L20.25,12.5a0.75,0.75 0,1 0,-0.002 -1.5l-15.415,0.024 6.143,-6.143Z"
24+
android:fillColor="?attr/daxColorPrimaryIcon"/>
25+
</vector>

0 commit comments

Comments
 (0)