易网时代-编程资源站
Welcome
微信登录
编程资源
图片资源库
蚂蚁家优选
PDF转换器
软件资源
软件开发
、
小程序制作
、
系统集成与运维
、
空间租用
、
硬件开发
、
视频监控
、
技术咨询与支持
——联系电话:0311-88999002/88999003
首页
/
操作系统
/
Linux
/
Android手机开发:将按钮置于底部
XML文件如下:
<?xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<LinearLayout
xmlns:Android
=
"http://schemas.android.com/apk/res/android"
android:orientation
=
"vertical"
android:layout_width
=
"fill_parent"
android:layout_height
=
"wrap_content"
>
<RelativeLayout
android:id
=
"@+id/main"
android:layout_width
=
"fill_parent"
android:layout_height
=
"fill_parent"
>
<LinearLayout
android:id
=
"@+id/imglayout"
android:layout_width
=
"fill_parent"
android:layout_height
=
"fill_parent"
android:orientation
=
"vertical"
>
<ImageView
android:id
=
"@+id/imageView"
android:src
=
"@drawable/imgqr"
android:layout_width
=
"fill_parent"
android:layout_height
=
"wrap_content"
/>
</LinearLayout>
<LinearLayout
android:id
=
"@+id/bottom_panel"
android:layout_width
=
"fill_parent"
android:layout_height
=
"wrap_content"
android:orientation
=
"horizontal"
android:layout_alignParentBottom
=
"true"
>
<Button
android:id
=
"@+id/ZoomInButton"
android:layout_width
=
"0dp"
android:layout_height
=
"wrap_content"
android:layout_weight
=
"1"
android:layout_gravity
=
"center_vertical"
android:text
=
"Zoom In"
/>
<Button
android:id
=
"@+id/ZoomOutButton"
android:layout_width
=
"0dp"
android:layout_height
=
"wrap_content"
android:layout_weight
=
"1"
android:layout_gravity
=
"center_vertical"
android:text
=
"Zoom Out"
/>
</LinearLayout>
</RelativeLayout>
</LinearLayout>
收藏该网址
版权所有©石家庄振强科技有限公司2024
冀ICP备08103738号-5
网站地图