1 Star 0 Fork 0

Kelsey_zhang / MY PROGRAM_new

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
activity_jump_main2.xml 816 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kelsey_zhang 提交于 2022-10-20 10:28 . activiTy的生命周期与跳转
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".jump_MainActivity2">
<TextView
android:id="@+id/textView10"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="TextView"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
1
https://gitee.com/kelsey-zhang/my-program_new.git
git@gitee.com:kelsey-zhang/my-program_new.git
kelsey-zhang
my-program_new
MY PROGRAM_new
master

搜索帮助