BottomSheetMenu icon indicating copy to clipboard operation
BottomSheetMenu copied to clipboard

BottomSheetMenu style dialogs for Android

Results 3 BottomSheetMenu issues
Sort by recently updated
recently updated
newest added

Hello, Since I have updated from **3.0.1** to **3.2.3** I am having troubles to build my app : ``` org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:mergeDebugJavaResource'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:207) at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:263) at...

A strange top padding remains visible even after we define empty title I realized the issue happens if we define the background @style/AppModalStyle @drawable/background_border where the background is a drawable...