|
|
|
@ -6,13 +6,13 @@ import android.view.LayoutInflater |
|
|
|
import android.view.View |
|
|
|
import android.view.View |
|
|
|
import android.view.inputmethod.EditorInfo |
|
|
|
import android.view.inputmethod.EditorInfo |
|
|
|
import androidx.core.widget.addTextChangedListener |
|
|
|
import androidx.core.widget.addTextChangedListener |
|
|
|
import com.ibm.icu.text.NumberFormat |
|
|
|
|
|
|
|
import kotlinx.android.synthetic.main.bottom_sheet_sum.* |
|
|
|
import kotlinx.android.synthetic.main.bottom_sheet_sum.* |
|
|
|
import kotlinx.android.synthetic.main.fragment_bottom_sheet.view.* |
|
|
|
import kotlinx.android.synthetic.main.fragment_bottom_sheet.view.* |
|
|
|
import net.pokeranalytics.android.R |
|
|
|
import net.pokeranalytics.android.R |
|
|
|
import net.pokeranalytics.android.exceptions.RowRepresentableEditDescriptorException |
|
|
|
import net.pokeranalytics.android.exceptions.RowRepresentableEditDescriptorException |
|
|
|
import net.pokeranalytics.android.util.extensions.round |
|
|
|
import net.pokeranalytics.android.util.extensions.round |
|
|
|
import net.pokeranalytics.android.util.extensions.toCurrency |
|
|
|
import net.pokeranalytics.android.util.extensions.toCurrency |
|
|
|
|
|
|
|
import java.text.NumberFormat |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class BottomSheetSumFragment : BottomSheetFragment() { |
|
|
|
class BottomSheetSumFragment : BottomSheetFragment() { |
|
|
|
|