diff --git a/content_listing/src/main/kotlin/edu/artic/events/AllEventsFragment.kt b/content_listing/src/main/kotlin/edu/artic/events/AllEventsFragment.kt index 1469b121e..710119622 100644 --- a/content_listing/src/main/kotlin/edu/artic/events/AllEventsFragment.kt +++ b/content_listing/src/main/kotlin/edu/artic/events/AllEventsFragment.kt @@ -18,7 +18,7 @@ import edu.artic.navigation.NavigationConstants import edu.artic.viewmodel.BaseViewModelFragment import edu.artic.viewmodel.Navigate import io.reactivex.rxkotlin.subscribeBy -import kotlinx.android.synthetic.main.fragment_all_events.* +import kotlinx.android.synthetic.main.fragment_view_all.* import kotlin.reflect.KClass class AllEventsFragment : BaseViewModelFragment() { @@ -29,7 +29,7 @@ class AllEventsFragment : BaseViewModelFragment() { override val viewModelClass: KClass get() = AllEventsViewModel::class override val layoutResId: Int - get() = R.layout.fragment_all_events + get() = R.layout.fragment_view_all override val title = R.string.events diff --git a/content_listing/src/main/kotlin/edu/artic/exhibitions/AllExhibitionsFragment.kt b/content_listing/src/main/kotlin/edu/artic/exhibitions/AllExhibitionsFragment.kt index db056e259..7310bcf1d 100644 --- a/content_listing/src/main/kotlin/edu/artic/exhibitions/AllExhibitionsFragment.kt +++ b/content_listing/src/main/kotlin/edu/artic/exhibitions/AllExhibitionsFragment.kt @@ -19,7 +19,7 @@ import edu.artic.viewmodel.BaseViewModelFragment import edu.artic.viewmodel.Navigate import io.reactivex.android.schedulers.AndroidSchedulers import io.reactivex.rxkotlin.subscribeBy -import kotlinx.android.synthetic.main.fragment_all_exhibitions.* +import kotlinx.android.synthetic.main.fragment_view_all.* import kotlin.reflect.KClass class AllExhibitionsFragment : BaseViewModelFragment() { @@ -30,7 +30,7 @@ class AllExhibitionsFragment : BaseViewModelFragment() override val viewModelClass: KClass get() = AllExhibitionsViewModel::class override val layoutResId: Int - get() = R.layout.fragment_all_exhibitions + get() = R.layout.fragment_view_all override val title = R.string.onView diff --git a/content_listing/src/main/kotlin/edu/artic/tours/AllToursFragment.kt b/content_listing/src/main/kotlin/edu/artic/tours/AllToursFragment.kt index 45468f460..64e9c79fb 100644 --- a/content_listing/src/main/kotlin/edu/artic/tours/AllToursFragment.kt +++ b/content_listing/src/main/kotlin/edu/artic/tours/AllToursFragment.kt @@ -20,7 +20,7 @@ import edu.artic.viewmodel.BaseViewModelFragment import edu.artic.viewmodel.Navigate import io.reactivex.android.schedulers.AndroidSchedulers import io.reactivex.rxkotlin.subscribeBy -import kotlinx.android.synthetic.main.fragment_all_tours.* +import kotlinx.android.synthetic.main.fragment_view_all.* import kotlin.reflect.KClass class AllToursFragment : BaseViewModelFragment() { @@ -31,7 +31,7 @@ class AllToursFragment : BaseViewModelFragment() { override val viewModelClass: KClass get() = AllToursViewModel::class override val layoutResId: Int - get() = R.layout.fragment_all_tours + get() = R.layout.fragment_view_all override val title = R.string.tours diff --git a/content_listing/src/main/res/layout/fragment_all_events.xml b/content_listing/src/main/res/layout/fragment_all_events.xml deleted file mode 100644 index 7aa568c87..000000000 --- a/content_listing/src/main/res/layout/fragment_all_events.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/content_listing/src/main/res/layout/fragment_all_exhibitions.xml b/content_listing/src/main/res/layout/fragment_all_exhibitions.xml deleted file mode 100644 index ca7709478..000000000 --- a/content_listing/src/main/res/layout/fragment_all_exhibitions.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/content_listing/src/main/res/layout/fragment_all_tours.xml b/content_listing/src/main/res/layout/fragment_all_tours.xml deleted file mode 100644 index 920469462..000000000 --- a/content_listing/src/main/res/layout/fragment_all_tours.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file