<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:tag="layout/key_preview_0"
    android:focusable="false"
    android:layout_width="match_parent"
    android:layout_height="@dimen/dp_68"
    android:layout_margin="@dimen/dp_2">
    <TextView
        android:textColor="@color/color_text_keyboard_item"
        android:gravity="center"
        android:id="@+id/textLabel"
        android:background="@drawable/key_background"
        android:focusable="true"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>
</FrameLayout>
