NineOldAndroids icon indicating copy to clipboard operation
NineOldAndroids copied to clipboard

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

Open zhangrongxun opened this issue 9 years ago • 1 comments

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));

zhangrongxun avatar May 30 '16 05:05 zhangrongxun

英语差?

18316583895 avatar Jun 12 '17 17:06 18316583895