blob: 4aa193f259e0c69faf7f226a2fe8d59b0bf789f4 [file]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<org.chromium.chrome.browser.autofill.keyboard_accessory.KeyboardAccessoryTabLayoutView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
app:tabIndicatorHeight="@dimen/divider_height"
app:tabTextColor="@color/default_icon_color"
app:tabSelectedTextColor="@color/default_icon_color_blue"
android:layout_gravity="end"
android:layout_width="wrap_content"
android:layout_height="@dimen/keyboard_accessory_tab_size"/>