| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright 2016 The Chromium Authors |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| --> |
| <org.chromium.chrome.browser.omnibox.UrlBarApi26 |
| xmlns:android="http://schemas.android.com/apk/res/android" |
| xmlns:app="http://schemas.android.com/apk/res-auto" |
| android:id="@+id/url_bar" |
| android:layout_width="0dp" |
| android:layout_height="wrap_content" |
| android:background="@null" |
| android:minHeight="@dimen/location_bar_height" |
| android:gravity="center_vertical" |
| android:singleLine="true" |
| android:imeOptions="actionGo|flagNoExtractUi|flagNoFullscreen" |
| android:textAppearance="@style/TextAppearance.SearchBoxText" |
| android:hint="@string/omnibox_empty_hint" |
| android:textAlignment="viewStart" |
| android:importantForAutofill="no" |
| app:layout_constraintStart_toEndOf="@id/location_bar_status" |
| app:layout_constraintEnd_toStartOf="@id/action_buttons_segment" |
| app:layout_goneMarginEnd="@dimen/location_bar_end_padding" |
| app:layout_constraintTop_toBottomOf="@id/location_bar_attachments" |
| app:layout_constraintHorizontal_weight="1" |
| app:layout_constraintWidth_min="@dimen/location_bar_min_url_width" |
| app:leading="@dimen/text_size_large_leading"/> |