diff --git a/app/src/main/java/com/aurora/store/view/epoxy/views/HorizontalDividerView.kt b/app/src/main/java/com/aurora/store/view/epoxy/views/HorizontalDividerView.kt deleted file mode 100644 index b7bda8a87..000000000 --- a/app/src/main/java/com/aurora/store/view/epoxy/views/HorizontalDividerView.kt +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Aurora Store - * Copyright (C) 2021, Rahul Kumar Patel - * - * Aurora Store is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * Aurora Store is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Aurora Store. If not, see . - * - */ - -package com.aurora.store.view.epoxy.views - -import android.content.Context -import android.util.AttributeSet -import com.airbnb.epoxy.ModelView -import com.aurora.store.databinding.ViewDividerBinding - -@ModelView( - autoLayout = ModelView.Size.MATCH_WIDTH_WRAP_HEIGHT, - baseModelClass = BaseModel::class -) -class HorizontalDividerView @JvmOverloads constructor( - context: Context?, - attrs: AttributeSet? = null, - defStyleAttr: Int = 0 -) : BaseView(context, attrs, defStyleAttr) \ No newline at end of file diff --git a/app/src/main/res/layout/view_divider.xml b/app/src/main/res/layout/view_divider.xml deleted file mode 100644 index cedd6b94d..000000000 --- a/app/src/main/res/layout/view_divider.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - \ No newline at end of file