다이얼로그에 radius 넣기
-
Android) Custom Dialog배경에 Radius 넣기Programing Language/Android Studio(Java&Kotlin) 2020. 12. 1. 23:50
stackoverflow.com/a/28937224 How to make custom dialog with rounded corners in android What I am trying to do: I am trying to make a custom dialog in android With rounded corners. What is happening: I am able to make custom dialog but it doesn't have rounded corners. I tried adding a stackoverflow.com