public final class RestaurantCollectionView extends RecyclerView {...}
<az.dgtl.egg.ui.widget.recycler.RestaurantCollectionView
android:id="@+id/restaurant_collection_view"
style="@style/Widget.Egg.CollectionView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
@InjectView(R.id.restaurant_collection_view) RestaurantCollectionView mCollectionView;