|
|
|
|
@ -95,11 +95,11 @@ open class BottomSheetFragment : BottomSheetDialogFragment() { |
|
|
|
|
//TODO: When dependency 'com.google.android.material:material:1.1.0' will be available in stable version, upgrade and remove that |
|
|
|
|
activity?.setTheme(R.style.PokerAnalyticsTheme) |
|
|
|
|
_binding = FragmentBottomSheetBinding.inflate(inflater, container, false) |
|
|
|
|
addChildView(inflater, binding.root) |
|
|
|
|
inflateContentView(inflater, binding.root) |
|
|
|
|
return binding.root |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
open fun addChildView(inflater: LayoutInflater, container: ViewGroup): View? { |
|
|
|
|
open fun inflateContentView(inflater: LayoutInflater, container: ViewGroup): View? { |
|
|
|
|
return null |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|