Creating login animation like facebook android

前端 未结 2 1330
梦如初夏
梦如初夏 2021-02-09 15:56

I want to create a login page (Like facebook android app) where the userid and password EditText fields are hidden. A logo is shown on the page which animates above

2条回答
  •  囚心锁ツ
    2021-02-09 16:43

    If you want to move whole layout up at the time of soft keyword appears then just add this in your corresponding Activity in manifest file. "android:windowSoftInputMode="adjustResize"

提交回复
热议问题