zoukankan      html  css  js  c++  java
  • 第二次冲刺 09

     昨天写了数据库的查找,今天要写页面的一些美化及其项目的发布页面

    下面主要是一些代码

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

     <HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android" 

        android:layout_width="fill_parent" 

        android:layout_height="fill_parent"

        android:background="@drawable/mm" > 

     

     

        <ScrollView 

            android:layout_width="fill_parent" 

            android:layout_height="wrap_content" > 

       

            <LinearLayout

                android:id="@+id/ll"

                android:layout_width="744dp"

                android:layout_height="122dp"

                android:orientation="vertical" >

     

                <Button

                    android:id="@+id/button1"

                    android:layout_width="wrap_content"

                    android:layout_height="wrap_content"

                    android:gravity="right"

                    android:text="我的项目" />

     

                <TextView

                    android:layout_width="wrap_content"

                    android:layout_height="35dp"

                    android:text="姓 名             开始日期            结束日期           电话              项目介绍                   所需人员           "

                    android:textSize="18dp" >

     

                </TextView>

            </LinearLayout>

     

        </ScrollView> 

     

    </HorizontalScrollView>  

  • 相关阅读:
    iOS 将对象的属性和属性值拆分成key、value,通过字符串key来获取该属性的值
    [IOI2005] Riv 河流
    [洛谷P4549] [模板] 裴蜀定理
    [NOIp2013] 货车运输
    [NOIp2015] 运输计划
    18.10.01模拟赛总结
    [洛谷P3369] 普通平衡树 Treap & Splay
    [NOIp2016] 组合数问题
    [洛谷P4777] [模板] 扩展中国剩余定理
    [洛谷P3384] [模板] 树链剖分
  • 原文地址:https://www.cnblogs.com/lipengpengpeng/p/5606828.html
Copyright © 2011-2022 走看看