zoukankan      html  css  js  c++  java
  • d

     1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     2     android:id="@+id/linearLayout1"
     3     android:layout_width="fill_parent"
     4     android:layout_height="fill_parent"
     5     android:orientation="horizontal" >
     6     <SurfaceView
     7         android:id="@+id/mySurfaceView"
     8         android:layout_width="fill_parent"
     9         android:layout_height="fill_parent"
    10         android:layout_weight="1" />
    11     <LinearLayout
    12         android:layout_width="fill_parent"
    13         android:layout_height="fill_parent"
    14         android:gravity="center"
    15         android:layout_weight="9"
    16         android:background="#daa520"
    17         android:orientation="vertical" >
    18         <Button
    19             android:id="@+id/button01"
    20             android:textColor="#ffff00"
    21             android:layout_width="60dip"
    22             android:layout_height="60dip"
    23             android:background="@drawable/backgroundselector"/>
    24         <Button
    25             android:id="@+id/button03"
    26             android:layout_width="60dip"
    27             android:layout_height="60dip"
    28             android:background="@drawable/btn_camera_record_light_inactive" 
    29             android:layout_marginTop="60dip"/>
    30         <Button
    31             android:id="@+id/button04"
    32             android:layout_width="60dip"
    33             android:layout_height="60dip"
    34             android:background="@drawable/share" 
    35             android:layout_marginTop="60dip"/>
    36     </LinearLayout>
    37 </LinearLayout>
  • 相关阅读:
    livereload
    XAMPP Apache 配置多端口和多域名方法
    移动端touch事件实现页面弹动--小插件
    QRCode生成二维码,jq QRCode生成二维码,QRCode生成电子名片
    下拉刷新
    js 中获取 日期
    wcf 的 知识点
    iis 发布失败原因总结
    list 用法的随手记
    字符编码的 文章推荐
  • 原文地址:https://www.cnblogs.com/GoAhead/p/3006905.html
Copyright © 2011-2022 走看看