<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/linearSelected"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_margin="5dp"
    android:background="@drawable/background_selected"
    android:gravity="center"
    android:orientation="vertical"
    android:padding="5dp">

    <com.kenmoica.views.custom.CustomTextViewRegular
        android:id="@+id/categoryName"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:gravity="center"
        android:text="Informatique"
        android:textColor="@color/colorPrimary"
        android:textSize="13sp"/>
</LinearLayout>