<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2026 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="match_parent"
    android:gravity="center_vertical"
    android:orientation="horizontal">

    <!-- TODO(b/531824318): Remove hardcoded strings when hotkeys can be made customizable. -->
    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:paddingStart="6dp"
        android:paddingEnd="6dp"
        android:paddingTop="2dp"
        android:paddingBottom="2dp"
        android:background="@drawable/glic_keycap_background"
        android:textAppearance="@style/TextAppearance.GlicKeycap"
        android:layout_marginEnd="4dp"
        android:text="@string/glic_hotkey_alt" />

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:paddingStart="6dp"
        android:paddingEnd="6dp"
        android:paddingTop="2dp"
        android:paddingBottom="2dp"
        android:background="@drawable/glic_keycap_background"
        android:textAppearance="@style/TextAppearance.GlicKeycap"
        android:text="@string/glic_hotkey_g" />
</LinearLayout>
