iWillBeUnderYourBed

Results 8 issues of iWillBeUnderYourBed

I wanted to record a voicemail on buttonLongPress when there's no letters in MessageInput EditText field. But the button seems to be deactivated and when I add a OnTouchListener _mMessageInput.getButton().setOnTouchListener()_...

Is there any way to change the Icon of the submit button from the kotlin/java code?

I try to make the avatar in the **MessagesList** bigger (from 40dp to 60 or 80). To do so, I used these parameter in dimens.xml: ``` 60dp 60dp ``` and...

Under the Cards themselves, there is an area for the buttons, some kind of bottom margin. I don't now how to get rid of this space: ![Untitled](https://user-images.githubusercontent.com/49525679/121015140-f0932c00-c79a-11eb-9098-842d1137b81a.png) When I have...

When I have a list of 10 items in my adapter, will 10 cards be created and are in memory at the same time?

I was hoping, when I swipe a card, that the memory of that card is released. I thought that the card is destroyed and recreated on a rewind. That's not...

I get additonal whitespace below the CardStackView whenenver I use it. It doesn't seem to be the margin or padding. https://stackoverflow.com/questions/58042328/yuyakaido-cardstackview-additional-space-below-cardstackview

Hi, I'm trying to use your CORS proxy by doing nothing but appending my URL to yours, but I get this message in the console: `Access to XMLHttpRequest at 'https://cors.bridged.cc/...

bug
documentation
help wanted