码迷,mamicode.com
首页 > 其他好文 > 详细

Acitivity.xml

时间:2016-09-28 19:58:03      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:acitivity.aml

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

- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">

- <LinearLayout android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center">

  <Button android:id="@+id/prev" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="上一张" />

  <Button android:id="@+id/next" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="下一张" />

  </LinearLayout>

  <ImageView android:id="@+id/image1" android:layout_width="wrap_content" android:layout_height="280dp" android:src="@drawable/c" android:scaleType="fitCenter" />

  </LinearLayout>


Acitivity.xml

标签:acitivity.aml

原文地址:http://11657004.blog.51cto.com/11647004/1857400

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!