CreditCardView
CreditCardView copied to clipboard
Keyboard covers buttons and doesn't scroll
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!
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
Awesome! Sounds great.
What do you think about decreasing the margin between the card and the form input?