• 2021 4 12


    云相册ui设计

    <?xml version="1.0" encoding="utf-8"?>
    <navigation xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
        xmlns:tools="http://schemas.android.com/tools"
        android:id="@+id/navigation"
        app:startDestination="@id/photo_Album_Fragment">
    
        <fragment
            android:id="@+id/photo_Album_Fragment"
            android:name="com.michael.cloudphotos.Home_Fragment.Photo_Album_Fragment"
            android:label="activity_photo__album__fragment"
            tools:layout="@layout/activity_photo__album__fragment">
            <action
                android:id="@+id/first_to_second"
                app:enterAnim="@anim/slide_from_right"
                app:exitAnim="@anim/slide_to_left"
                app:destination="@id/photo_Editing_Fragment" />
        </fragment>
        <fragment
            android:id="@+id/take_A_Picture_Fragment"
            android:name="com.michael.cloudphotos.Home_Fragment.Take_A_Picture_Fragment"
            android:label="activity_take__a__picture__fragment"
            tools:layout="@layout/activity_take__a__picture__fragment" />
        <fragment
            android:id="@+id/photo_Editing_Fragment"
            android:name="com.michael.cloudphotos.Home_Fragment.Photo_Editing_Fragment"
            android:label="activity_photo__editing__fragment"
            tools:layout="@layout/activity_photo__editing__fragment" >
            <action
                android:id="@+id/second_to_first"
                app:enterAnim="@anim/slide_from_left"
                app:exitAnim="@anim/slide_to_right"
                app:destination="@id/photo_Album_Fragment" />
        </fragment>
    </navigation>
  • 相关阅读:
    《谈谈推荐系统中的用户行为序列建模》
    《样本权重对逻辑回归评分卡的影响探讨》
    CLOUD计算产品成本嵌套
    冲突操作列表
    查看临时表空间
    设置SQLServer数据库内存
    BPM与OA的区别
    企业门户建设详解
    CRM/PLM/SCM/MES与ERP的联系与区别
    供应链十大优化方法
  • 原文地址:https://www.cnblogs.com/fuxw4971/p/14910364.html
Copyright © 2020-2023  润新知