728x90 BottomSheetDialogFragment1 [Android] Background를 투명하게 하려면.(BottomSheetDialogFragment) class TransparentClass : BottomSheetDialogFragment() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setStyle( // Background -> Transparent. STYLE_NORMAL, R.style.TransparentBottomSheetDialogFragment ) } } style.xml style.xml 에 위와같이 style 설정을 해주고 onCreate()에 setStyle 설정을 해준다. 위 예제에서는 BottomSheetDialog의 경우이다. 2021. 3. 2. 이전 1 다음 728x90