中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

android 兩個activity實現切換時的滑動效果實現

發布時間:2020-05-11 23:21:47 來源:網絡 閱讀:2104 作者:manlianman 欄目:移動開發

切換效果主要用到的方法是overridePendingTransition,詳解如下:

在startintent 或 finish 的時候調用 getActivity().overridePendingTransition(arg0,arg1)

arg0是設置第二個activity進入的動畫,arg1是設置當前activity的退出的動畫。

如果想設置兩個activity分別是從右進入,和從左進入的效果如下:

第一個設置為getActivity().overridePendingTransition(R.anim.in_from_right, R.anim.out_to_left); 

第二個設置為overridePendingTransition(R.anim.in_from_left, R.anim.out_to_right);

效果設置代碼:

1:out_to_left

<?xml version="1.0" encoding="utf-8"?>

<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/accelerate_interpolator">

    <translate android:fromXDelta="0%p" android:toXDelta="-100%p"

        android:duration="250" />

</set>

2:in_from_right

<?xml version="1.0" encoding="utf-8"?>

<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/accelerate_interpolator">

    <translate android:fromXDelta="100%p" android:toXDelta="0%p"

        android:duration="250" />

</set>

3:out_to_right

<?xml version="1.0" encoding="utf-8"?>

<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/accelerate_interpolator">

    <translate android:fromXDelta="0%p" android:toXDelta="100%p"

        android:duration="250" />

</set>

4:in_from_left

<?xml version="1.0" encoding="utf-8"?>

<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/accelerate_interpolator">

    <translate android:fromXDelta="-100%p" android:toXDelta="0%p"

        android:duration="250" />

</set>


android的x軸位置如下圖所示:


android 兩個activity實現切換時的滑動效果實現


默認手機左側為x軸的零坐標處,每個activity以左側為當前位置。



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

株洲市| 元氏县| 宜阳县| 嵊州市| 泰兴市| 扎鲁特旗| 东至县| 沽源县| 吉木乃县| 竹溪县| 邯郸县| 财经| 灌云县| 汪清县| 龙山县| 中卫市| 商都县| 绩溪县| 邵阳县| 霸州市| 蒙城县| 大余县| 阿坝县| 晋宁县| 尼玛县| 嘉义县| 扎赉特旗| 濉溪县| 论坛| 双辽市| 理塘县| 宁晋县| 安徽省| 镇原县| 洛隆县| 定陶县| 山东| 兴义市| 永平县| 龙江县| 佛山市|