zoukankan      html  css  js  c++  java
  • Android FrameLayout的显示效果

    <?xml version="1.0" encoding="utf-8"?>
    <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation
    ="vertical"
    android:layout_width
    ="fill_parent"
    android:layout_height
    ="fill_parent"
    >
    <TextView
    android:layout_width="320dp"
    android:layout_height
    ="320dp"
    android:background
    ="#000044"
    android:layout_gravity
    ="center"
    />
    <TextView
    android:layout_width="280dp"
    android:layout_height
    ="280dp"
    android:background
    ="#004433"
    android:layout_gravity
    ="center"
    />
    <TextView
    android:layout_width="240dp"
    android:layout_height
    ="240dp"
    android:background
    ="#009900"
    android:layout_gravity
    ="center"
    />
    <TextView
    android:layout_width="200dp"
    android:layout_height
    ="200dp"
    android:background
    ="#00ff00"
    android:layout_gravity
    ="center"
    />
    </FrameLayout>

  • 相关阅读:
    Linux 磁盘与文件系统管理
    mysql join
    iostat
    解决TIME_WAIT过多问题
    mysql 数据库性能追踪与分析
    CHECKPOINT
    DTRACE -MYSQL
    ORCLE INNODB 博客与 innodb_lru_scan_depth
    innodb 变量
    mysql博客
  • 原文地址:https://www.cnblogs.com/Neddy/p/2173318.html
Copyright © 2011-2022 走看看