hookshy Well-Known Member Licensed User Longtime User Aug 20, 2014 #1 How do I set the corner radius to 0 by code ?
klaus Expert Licensed User Longtime User Aug 20, 2014 #2 You need to define either a ColorDrawable or a GradientDrawable object. Initialize it and set it to the panels background. User's Guide chapters: 10.1.1 ColorDrawable 10.1.2 GradientDrawable Upvote 0
You need to define either a ColorDrawable or a GradientDrawable object. Initialize it and set it to the panels background. User's Guide chapters: 10.1.1 ColorDrawable 10.1.2 GradientDrawable