|
|
|
|
@ -2,12 +2,13 @@ package net.pokeranalytics.android.ui.view.rowrepresentable |
|
|
|
|
|
|
|
|
|
import net.pokeranalytics.android.R |
|
|
|
|
import net.pokeranalytics.android.ui.fragment.components.bottomsheet.BottomSheetType |
|
|
|
|
import net.pokeranalytics.android.ui.view.DefaultEditable |
|
|
|
|
import net.pokeranalytics.android.ui.view.RowRepresentable |
|
|
|
|
import net.pokeranalytics.android.ui.view.RowRepresentableEditDescriptor |
|
|
|
|
import net.pokeranalytics.android.ui.view.RowViewType |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enum class LocationRow : RowRepresentable { |
|
|
|
|
enum class LocationRow : RowRepresentable, DefaultEditable { |
|
|
|
|
LOCATION_PERMISSION_SWITCH, |
|
|
|
|
LOCATION_LOADER; |
|
|
|
|
|
|
|
|
|
|