Blur in the subarea of the Edge panels in One UI 4 and above

Hi, as of One UI 4, blur has been removed from the sub area in native Samsung edge panels.

How can I remove this blur in my edge app?

Hi, it’s amazing how Samsung is unable to answer a simple question, and even update their own documentation, which is sad and just shows Samsung’s incompetence. I leave it here below for those interested who want to remove the blur effect on their edge panels on OneUi 4 and above.

In the edge panel configuration xml file, add the following attribute to the XML

labelhide=“true”


<cocktail-provider
     category="normal"
     cocktailWidth="550"
     previewImage="@drawable/preview_edge"
     label="@string/app_name"
     allowVisibilityChanged="true"
     labelhide="true"/>