时间:2021-05-20
本文实例为大家分享了android实现购票起始点位置交换的具体代码,供大家参考,具体内容如下
效果图:
点击交换位置按钮,北京和深圳布局交换位置。
xml布局文件:
<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true" android:orientation="horizontal"> <TextView android:id="@+id/left_tv" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center" android:text="北京" /> <Button android:id="@+id/btn" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center" android:text="交换位置" /> <TextView android:id="@+id/right_tv" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center" android:text="深圳" /></LinearLayout>java代码:
public class TESTButtonActivity extends AppCompatActivity { private int startX; private int endX; private TextView leftCityTextView; private TextView rightCityTextView; private ValueAnimator endCityAnimator; private ValueAnimator startCityAnimation; @Override protected void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_button); leftCityTextView = ((TextView) this.findViewById(R.id.left_tv)); rightCityTextView = ((TextView) this.findViewById(R.id.right_tv)); Button mBtn = ((Button) this.findViewById(R.id.btn)); mBtn.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { startCityAnimation.start(); endCityAnimator.start(); } }); } private void getLocation() { int[] startXLocation = new int[2]; leftCityTextView.getLocationOnScreen(startXLocation);//获取坐标 int[] endXLocation = new int[2]; rightCityTextView.getLocationOnScreen(endXLocation); startX = startXLocation[0];//0为x坐标 endX = endXLocation[0]; } @Override public void onWindowFocusChanged(boolean hasFocus) { super.onWindowFocusChanged(hasFocus); getLocation(); int leftMoveX = endX - startX; int rightMoveX = endX - startX; startCityAnimation = ValueAnimator.ofInt(0, leftMoveX).setDuration(5000); startCityAnimation.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { @Override public void onAnimationUpdate(ValueAnimator animation) { int value = (int) animation.getAnimatedValue(); //重新布局 leftCityTextView.layout(startX + value, leftCityTextView.getTop(), startX + value + leftCityTextView.getWidth(), leftCityTextView.getBottom()); } }); endCityAnimator = ValueAnimator.ofInt(0, rightMoveX).setDuration(5000); endCityAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { @Override public void onAnimationUpdate(ValueAnimator animation) { int value = (int) animation.getAnimatedValue(); //重新布局 rightCityTextView.layout(endX - value, rightCityTextView.getTop(), endX + rightCityTextView.getWidth() - value, rightCityTextView.getBottom()); } }); endCityAnimator.addListener(new Animator.AnimatorListener() { @Override public void onAnimationStart(Animator animation) { } @Override public void onAnimationEnd(Animator animation) { //用于下次交换 TextView tempTextView = leftCityTextView; leftCityTextView = rightCityTextView; rightCityTextView = tempTextView; } @Override public void onAnimationCancel(Animator animation) { } @Override public void onAnimationRepeat(Animator animation) { } }); }}以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
携程购票取消套餐费用的方法:选择要乘坐的车次以及乘车人,到预定界面往下拉,找到并点击优惠券套餐,选择不购买即可。 携程集团(Trip.comGroup)是中国
起始选择位置属性数据类型:整数型;返回或设置所选择文本的起始点;0为位置1,1为位置2,如此类推。如果没有文本被选中,则指出光标位置。如果设置位置时使用值-1,
携程订票取消优享预定方法如下: 1、对于携程旅行app来说,若是在购票的时候出现一个优享预定选项,用户可以在订单页面直接点击不选购该服务,这样就不会有优享预定
本篇文章主要介绍了Android利用三阶贝塞尔曲线绘制运动轨迹的示例,分享给大家,具体如下:实现点赞效果,自定义起始点以及运动轨迹效果图:xml布局:MainA
9月16日消息,《》获悉,近日,携程发布了其本月“会员日”的战果报告。携程数据显示,本月11日会员日当天,携程平台实现了今年旅游订单人数