Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/228.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 动态查看edittext上方或下方的动画_Android_Animation_Android Animation - Fatal编程技术网

Android 动态查看edittext上方或下方的动画

Android 动态查看edittext上方或下方的动画,android,animation,android-animation,Android,Animation,Android Animation,我制作了一个应用程序,其中我需要在EditText上方或下方设置视图动画,当EditText位于屏幕顶部时,视图应在EditText下方设置动画,当EditText位于屏幕底部时,视图应在EditText上方设置动画 需要帮助,欢迎使用任何链接或教程请将TranslateAnimation与from x,y和to x,y一起使用yourView.getLocationInWindow获取编辑文本位置。 我希望这将对您有所帮助。什么类型的动画?从上到下或从下到上查看动画您有任何演示、链接或教程吗?

我制作了一个应用程序,其中我需要在EditText上方或下方设置视图动画,当EditText位于屏幕顶部时,视图应在EditText下方设置动画,当EditText位于屏幕底部时,视图应在EditText上方设置动画

需要帮助,欢迎使用任何链接或教程

请将TranslateAnimation与from x,y和to x,y一起使用yourView.getLocationInWindow获取编辑文本位置。
我希望这将对您有所帮助。

什么类型的动画?从上到下或从下到上查看动画您有任何演示、链接或教程吗?请使用以下示例代码:public void locateAndLoadAnimationView view{int locations[]=new int[2];txtSample.getLocationInWindowlocations;Log.dTAG,Location1:+locations[0]+Location2:+locations[1];TranslateAnimation TranslateAnimation=新的TranslateAnimation位置[0],0.0f,位置[1],0.0f;TranslateAnimation.setDuration10000;imgSample.startAnimationtranslateAnimation;}