Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Can the nineoldandroids exist side by side with windowSoftInputMode.adjustResize? #90

Open
zhangrongxun opened this issue May 30, 2016 · 1 comment

Comments

@zhangrongxun
Copy link

hi!
I'v got a question!
When I use nineoldandroids to animate,when i trigger a edittext's ontouch event ,it works!But,the system windowSoftInputMode.adjustResize does not work! Does nineoldandroids conflict with the windowSoftInputMode?I mean that,I can only have one choice between them? In my case,i use the nineoldandroids to change a layout, and i use the windowSoftInputMode.adjustResize to avoid the keyboard covering the edittext .
So poor my English is ! Wish your reply !3x!

            ViewHelper.setTranslationY(findViewById(R.id.tab_icons), -App.Dp2Px(39 + 100));
            ViewHelper.setTranslationY(findViewById(R.id.tab_texts), -App.Dp2Px(39 + 45));
    ViewHelper.setTranslationY(findViewById(R.id.pager), -App.Dp2Px(39 + 45));
@18316583895
Copy link

英语差?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants