CreditCardView icon indicating copy to clipboard operation
CreditCardView copied to clipboard

Keyboard covers buttons and doesn't scroll

Open roblav96 opened this issue 8 years ago • 2 comments

http://i.imgur.com/8Q9yCgw.png http://i.imgur.com/8Q9yCgw.png

I can't seem to get the activity view to scroll allowing the bottom button to be shown. I tried adding

<activity android:name="com.cooltechworks.creditcarddesign.CardEditActivity" android:screenOrientation="portrait"
            android:configChanges="keyboard|keyboardHidden" />

to the manifest like shown in the sample app but It's still not scrolling. Any ideas what I should try? Thanks mate!

roblav96 avatar Jan 24 '17 17:01 roblav96

I just saw this issue. Making the keyboard disappear seems the only way in current implementation. Will make the activity scrollable in the next release.

Thanks, Harish

sharish avatar Jan 25 '17 08:01 sharish

Awesome! Sounds great.

What do you think about decreasing the margin between the card and the form input?

roblav96 avatar Jan 25 '17 16:01 roblav96