-
I have Viewpager in with inflates RecyclerView It is not scrollable when I put into BottomSheet, So I tried it using slideUpPanel here also same issue, umanoScrollableView also not helpful.
`
…
-
**Description:** I am currently trying to create a fullscreen/full height `BottomSheetDialogFragment`, but since it has a very weird behavior implemented where it adds and retracts insets while the sh…
-
### Description
Hello. I'm trying to open a popup on button click. But something went wrong and I get the following exception:
### Steps to Reproduce
1. Run the application from the repos…
-
Hello, I want to make a BottomSheetDialogFragment with a gradient background.
I've managed to change the background color of the dialog with these styles :
```xml
@style/RoundedBottomShe…
-
Altough I used android:src="@drawable/ic_selector_drawable" , arrow color doesnt change.I would like to change default color but it is always black.Even if click the spinner,arrow color change but it …
-
**Description:**
I want to adjust the padding of my root view when the keyboard opens and I'm trying to accomplish it using `setOnApplyWindowInsetsListener()`.
In a `BottomSheetDialogFragment`, th…
-
**Description:** On Android 12 devices, the input method that pops up by clicking on the input box is gray and cannot be entered normally
**Expected behavior:** 如图所示,点击输入框后弹出的是灰色的一片内容,
![image]…
-
I have a simple sheet component with 3 buttons:
```
export const SimpleSheet: React.FC = (): JSX.Element => {
const bs = useRef(null)
const renderContent = () => (
{ bs?.curren…
-
## Steps to Reproduce
Paste the code from the sample below under MaterialApp's home property
Run the app and press the bugs button
A draggable scrollable sheet will appear.
**Actual resu…
-
# Preview
![bottomsheetandroidbuglow](https://user-images.githubusercontent.com/767013/54969312-84291980-4fe2-11e9-8599-f3edb9c24691.gif)
As you can see, the touch event is going to the map in…