码迷,mamicode.com
首页 > 其他好文 > 详细

第三次迭代目标完成情况以及感想

时间:2017-05-16 20:04:53      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:jpg   情况   ica   apk   str   logs   roi   过程   解决   

第三次迭代目标完成情况如下:

首先是订单界面的设计如下:

技术分享

主要XML代码是

 <FrameLayout xmlns:android="技术分享http://schemas.android.com/apk/res/android"
    xmlns:tools="技术分享http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="com.edg.foodie.fragment.OrderFragment">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical">


    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@color/colorPrimary"
        android:id="@+id/rl"
        >
        <Button
            android:layout_width="178dp"
            android:layout_height="wrap_content"
            android:text="未完成订单"
            android:textSize="20dp"
            android:textColor="@color/text_white"
            android:id="@+id/Nofinshbutton"
            android:background="@color/colorPrimary"
            />
        <Button
            android:layout_width="178dp"
            android:layout_height="wrap_content"
            android:background="@color/colorPrimary"
            android:textSize="20dp"
            android:textColor="@color/text_white"
            android:text="已完成订单"
            android:layout_alignParentRight="true"
            android:layout_toRightOf="@id/Nofinshbutton"
            android:id="@+id/Finshbutton"
            />
    </RelativeLayout>
    <ListView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:id="@+id技术分享st_allorder">
    </ListView>
    </LinearLayout>
</FrameLayout>
由于我认领的部分较为简单,是自己能完成的能力范围之内,所以在完成的过程中没遇到什么特别难解决的问题。
总的来说进行的还算顺利!

第三次迭代目标完成情况以及感想

标签:jpg   情况   ica   apk   str   logs   roi   过程   解决   

原文地址:http://www.cnblogs.com/weijing44/p/6863176.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!