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

    第七天冲刺

    昨天主要做了主页的内容,今天要做查找的内容,主要是从数据中查找,下面是主要的带代码

    <?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="match_parent"

                 android:layout_height="match_parent"

                 android:orientation="vertical"  >

     

                <TextView

                    android:layout_width="fill_parent"

                    android:layout_height="96dp"

                    android:gravity="center"

                    android:text=" 姓 名         性 别              电话              专长       "

                    android:textSize="15dp" >

             

       </TextView>  

            </LinearLayout> 

        </ScrollView> 

     

    </HorizontalScrollView>  

  • 相关阅读:
    linux卸载rpm包
    Centos6.3手动rpm安装gcc,c++
    阿里云服务器挂载分区
    linux下svn目录管理
    mac搭建cordova的android环境
    mac下搭建cordova开发环境
    程序员除了写代码还可以做点啥
    php之soap使用
    linux中找不到/etc/sysconfig/iptables
    const 位置不一样导致的变化
  • 原文地址:https://www.cnblogs.com/lipengpengpeng/p/5606821.html
Copyright © 2011-2022 走看看