<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="?ytBrandBackgroundSolid" android:layout_width="wrap_content" android:layout_height="wrap_content"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <View android:background="?yt10PercentLayer" android:layout_width="fill_parent" android:layout_height="1.0dip" />
    <androidx.core.widget.NestedScrollView android:scrollbars="vertical" android:layout_width="fill_parent" android:layout_height="150.0dip">
        <LinearLayout android:orientation="vertical" android:id="@id/emoji_category_container" android:layout_width="fill_parent" android:layout_height="wrap_content" />
    </androidx.core.widget.NestedScrollView>
    <View android:background="?yt10PercentLayer" android:layout_width="fill_parent" android:layout_height="1.0dip" />
    <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="@dimen/emoji_picker_footer_height">
        <ImageView android:id="@id/keyboard_button" android:paddingLeft="16.0dip" android:paddingTop="8.0dip" android:paddingRight="16.0dip" android:paddingBottom="8.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/quantum_ic_keyboard_grey600_24" android:scaleType="centerInside" android:contentDescription="@string/accessibility_open_keyboard_button" android:paddingStart="16.0dip" android:paddingEnd="16.0dip" />
        <LinearLayout android:layout_gravity="bottom" android:orientation="horizontal" android:id="@id/emoji_button_container" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0" />
        <ImageView android:id="@id/backspace_button" android:paddingLeft="16.0dip" android:paddingTop="8.0dip" android:paddingRight="16.0dip" android:paddingBottom="8.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/quantum_ic_backspace_grey600_24" android:scaleType="centerInside" android:contentDescription="@string/accessibility_backspace_button" android:paddingStart="16.0dip" android:paddingEnd="16.0dip" />
    </LinearLayout>
</LinearLayout>
