博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
页面跳转及数据传输的作业
阅读量:5076 次
发布时间:2019-06-12

本文共 777 字,大约阅读时间需要 2 分钟。

xml上的布局:

因为要做页面跳转这里要制作两个布局 只要就是应用RelativeLayout进行布局

<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" xmlns:tools="http://schemas.android.com/tools" tools:context="com.example.administrator.acitivityapplication.Main2Activity" android:orientation="vertical"> <TextView android:id="@+id/btn" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_centerInParent="true" android:text="" style="@style/ZT_dx"/> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"

转载于:https://www.cnblogs.com/cc1214/p/6731005.html

你可能感兴趣的文章
BZOJ 1452 Count 【模板】二维树状数组
查看>>
数据库一些小知识
查看>>
角色扮演
查看>>
springmvc基础学习2---简单配置文件
查看>>
javascript是做什么的
查看>>
探究QA职能
查看>>
图片加载框架之Glide和Picasso
查看>>
wtforms Form实例化流程(源码解析)
查看>>
[查询]计算机信息系统集成项目经理资质名单网址
查看>>
Android开发之AlarmManager具体解释
查看>>
3.14 下午
查看>>
Delphi COM编程介绍
查看>>
apc
查看>>
.net 新闻点击量修改,避免恶意刷新
查看>>
java集合的并集、交集、差集
查看>>
bzoj 3551
查看>>
[LeetCode] Heaters 加热器
查看>>
学习Python第一天
查看>>
使用一个黑客的小伎俩来实现discuz!邀请功能刷分
查看>>
codeforces 591B Rebranding (模拟)
查看>>