zoukankan      html  css  js  c++  java
  • 团队计划(6.4)

    今天做了什么?

    进行设置界面布局

     1 <?xml version="1.0" encoding="utf-8"?>
     2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3     android:layout_width="match_parent"
     4     android:layout_height="match_parent"
     5     android:background="@drawable/qianbao3"  >
     6 
     7     <EditText
     8         android:id="@+id/out_in"
     9         android:layout_width="wrap_content"
    10         android:layout_height="wrap_content"
    11         android:layout_below="@+id/textView2"
    12         android:layout_centerHorizontal="true"
    13         android:layout_marginTop="34dp"
    14         android:ems="10" />
    15 
    16     <Button
    17         android:id="@+id/button1"
    18         android:layout_width="wrap_content"
    19         android:layout_height="wrap_content"
    20         android:layout_below="@+id/out_in"
    21         android:layout_centerHorizontal="true"
    22         android:layout_marginTop="46dp"
    23         android:text="确定" />
    24 
    25     <TextView
    26         android:id="@+id/textView2"
    27         android:layout_width="wrap_content"
    28         android:layout_height="wrap_content"
    29         android:layout_alignParentTop="true"
    30         android:layout_centerHorizontal="true"
    31         android:layout_marginTop="78dp"
    32         android:text="请输入月预算"
    33         android:textSize="40sp" />
    34 
    35 </RelativeLayout>

    效果图:

    明天准备做什么?

    展示界面设计

  • 相关阅读:
    linux权限掩码
    主机跨网通信时的字节序转换
    鸽巢原理-poj3370
    鸽巢原理
    JS面向对象关键词
    Less 命令技巧,从底部网上看
    软件工程概论第七章
    软件工程概论第八章
    软件工程概论第六章
    软件工程概论第五章
  • 原文地址:https://www.cnblogs.com/sisi-job/p/5563140.html
Copyright © 2011-2022 走看看