|
|
|
@ -5,7 +5,10 @@ import net.pokeranalytics.android.R |
|
|
|
import net.pokeranalytics.android.model.LiveData |
|
|
|
import net.pokeranalytics.android.model.LiveData |
|
|
|
import net.pokeranalytics.android.ui.fragment.components.bottomsheet.BottomSheetType |
|
|
|
import net.pokeranalytics.android.ui.fragment.components.bottomsheet.BottomSheetType |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* An interface used so that enums values can be represented visually |
|
|
|
|
|
|
|
* as rows in RecyclerViews |
|
|
|
|
|
|
|
*/ |
|
|
|
interface RowRepresentable { |
|
|
|
interface RowRepresentable { |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
|