<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
    android:gravity="center"
    android:orientation="vertical"
    android:tag="layout/fragment_all_genre_0"
    android:padding="@dimen/dp_40"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <TextView
        android:textSize="@dimen/sp_50"
        android:textColor="@color/white"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="@string/title_all_genre"/>
    <com.google.android.flexbox.FlexboxLayout
        android:id="@+id/layoutGenres"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginLeft="@dimen/dp_360"
        android:layout_marginTop="@dimen/dp_48"
        android:layout_marginRight="@dimen/dp_360"
        android:layout_marginHorizontal="@dimen/dp_360"
        app:flexDirection="row"
        app:flexWrap="wrap"
        app:justifyContent="center"/>
    <com.martsnew.tv.customviews.TvButton
        android:textSize="@dimen/sp_24"
        android:textStyle="bold"
        android:id="@+id/buttonCancel"
        android:background="@drawable/background_round_white_button"
        android:focusable="true"
        android:nextFocusLeft="@+id/buttonUpdateLater"
        android:nextFocusRight="@+id/buttonSkipVer"
        android:nextFocusDown="@+id/buttonUpdateLater"
        android:layout_width="@dimen/dp_235"
        android:layout_height="@dimen/dp_72"
        android:layout_marginTop="@dimen/dp_72"
        android:text="@string/label_cancel"
        style="@style/AccentFillButton"/>
</LinearLayout>
