NineOldAndroids
NineOldAndroids copied to clipboard
Can the nineoldandroids exist side by side with windowSoftInputMode.adjustResize?
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));
英语差?