Chinaunix首页 | 论坛 | 博客
  • 博客访问: 362096
  • 博文数量: 79
  • 博客积分: 1270
  • 博客等级: 中尉
  • 技术积分: 1370
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-12 08:48
个人简介

freedom~~~~~~~~~~

文章分类

全部博文(79)

文章存档

2014年(10)

2013年(2)

2012年(13)

2011年(54)

分类: Java

2011-05-17 09:49:42

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

  2. <LinearLayout android:id="@+id/RootLayout"
  3.     xmlns:android=""
  4.     style="@style/rootview">
  5.     <Button android:id="@+id/Button01"
  6.         style="@style/channel_button"
  7.         android:layout_gravity="center"
  8.         android:layout_marginTop="200dip"
  9.         android:layout_width="150dip"
  10.         android:layout_height="wrap_content"
  11.         android:text="@string/front_left" />
  12. </LinearLayout>
阅读(898) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~