<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
    <androidx.appcompat.widget.AppCompatButton
        android:id="@+id/channel_key_1"
        style="@style/DebrifyTvChipButton"
        android:text="1" />
    <androidx.appcompat.widget.AppCompatButton
        android:id="@+id/channel_key_2"
        style="@style/DebrifyTvChipButton"
        android:text="2" />
    <androidx.appcompat.widget.AppCompatButton
        android:id="@+id/channel_key_3"
        style="@style/DebrifyTvChipButton"
        android:text="3" />
    <androidx.appcompat.widget.AppCompatButton
        android:id="@+id/channel_key_4"
        style="@style/DebrifyTvChipButton"
        android:text="4" />
    <androidx.appcompat.widget.AppCompatButton
        android:id="@+id/channel_key_5"
        style="@style/DebrifyTvChipButton"
        android:text="5" />
    <androidx.appcompat.widget.AppCompatButton
        android:id="@+id/channel_key_6"
        style="@style/DebrifyTvChipButton"
        android:text="6" />
    <androidx.appcompat.widget.AppCompatButton
        android:id="@+id/channel_key_7"
        style="@style/DebrifyTvChipButton"
        android:text="7" />
    <androidx.appcompat.widget.AppCompatButton
        android:id="@+id/channel_key_8"
        style="@style/DebrifyTvChipButton"
        android:text="8" />
    <androidx.appcompat.widget.AppCompatButton
        android:id="@+id/channel_key_9"
        style="@style/DebrifyTvChipButton"
        android:text="9" />
    <androidx.appcompat.widget.AppCompatButton
        android:id="@+id/channel_key_back"
        style="@style/DebrifyTvChipButton"
        android:text="Del" />
    <androidx.appcompat.widget.AppCompatButton
        android:id="@+id/channel_key_0"
        style="@style/DebrifyTvChipButton"
        android:text="0" />
    <View
        android:layout_width="0dp"
        android:layout_height="0dp" />
</merge>
