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

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

@zhangrongxun

Description

@zhangrongxun

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions