|
130 | 130 | app:layout_constraintTop_toTopOf="parent" |
131 | 131 | app:layout_constraintWidth_max="160dp"> |
132 | 132 |
|
133 | | - <com.google.android.material.imageview.ShapeableImageView |
| 133 | + <ImageView |
134 | 134 | android:id="@+id/topOmnibarToggleImage" |
135 | 135 | android:layout_width="wrap_content" |
136 | 136 | android:layout_height="wrap_content" |
137 | | - android:contentDescription="@string/settingsAddressBarPositionTop" |
138 | | - android:foreground="@drawable/selectable_rounded_ripple" |
139 | 137 | android:scaleType="fitCenter" |
140 | | - android:src="@drawable/mobile_toolbar_top_selected_light" |
141 | | - app:shapeAppearanceOverlay="@style/Widget.DuckDuckGo.OmnibarTypePictogram" /> |
| 138 | + android:foreground="@drawable/selectable_rounded_ripple" |
| 139 | + android:contentDescription="@string/settingsAddressBarPositionTop" |
| 140 | + android:src="@drawable/mobile_toolbar_top_selected_light" /> |
142 | 141 |
|
143 | 142 | <com.duckduckgo.common.ui.view.text.DaxTextView |
144 | 143 | android:layout_width="wrap_content" |
|
173 | 172 | app:layout_constraintStart_toEndOf="@+id/topOmnibarContainer" |
174 | 173 | app:layout_constraintTop_toTopOf="parent"> |
175 | 174 |
|
176 | | - <com.google.android.material.imageview.ShapeableImageView |
| 175 | + <ImageView |
177 | 176 | android:id="@+id/bottomOmnibarToggleImage" |
178 | 177 | android:layout_width="wrap_content" |
179 | 178 | android:layout_height="wrap_content" |
180 | | - android:contentDescription="@string/settingsAddressBarPositionBottom" |
181 | | - android:foreground="@drawable/selectable_rounded_ripple" |
182 | 179 | android:scaleType="fitCenter" |
183 | | - android:src="@drawable/mobile_toolbar_bottom_unselected_light" |
184 | | - app:shapeAppearanceOverlay="@style/Widget.DuckDuckGo.OmnibarTypePictogram" /> |
| 180 | + android:foreground="@drawable/selectable_rounded_ripple" |
| 181 | + android:contentDescription="@string/settingsAddressBarPositionBottom" |
| 182 | + android:src="@drawable/mobile_toolbar_bottom_unselected_light" /> |
185 | 183 |
|
186 | 184 | <LinearLayout |
187 | 185 | android:layout_width="wrap_content" |
|
224 | 222 | app:layout_constraintStart_toEndOf="@+id/bottomOmnibarContainer" |
225 | 223 | app:layout_constraintTop_toTopOf="parent"> |
226 | 224 |
|
227 | | - <com.google.android.material.imageview.ShapeableImageView |
| 225 | + <ImageView |
228 | 226 | android:id="@+id/splitOmnibarToggleImage" |
229 | 227 | android:layout_width="wrap_content" |
230 | 228 | android:layout_height="wrap_content" |
231 | | - android:contentDescription="@string/settingsAddressBarPositionSplit" |
232 | | - android:foreground="@drawable/selectable_rounded_ripple" |
233 | 229 | android:scaleType="fitCenter" |
234 | | - android:src="@drawable/mobile_toolbar_split_unselected_light" |
235 | | - app:shapeAppearanceOverlay="@style/Widget.DuckDuckGo.OmnibarTypePictogram" /> |
| 230 | + android:foreground="@drawable/selectable_rounded_ripple" |
| 231 | + android:contentDescription="@string/settingsAddressBarPositionSplit" |
| 232 | + android:src="@drawable/mobile_toolbar_split_unselected_light" /> |
236 | 233 |
|
237 | 234 | <LinearLayout |
238 | 235 | android:layout_width="wrap_content" |
|
0 commit comments