为了账号安全,请及时绑定邮箱和手机立即绑定

为什么老师的MainActivity类的代码那么少?还有就是在layout目录下只有一个activity_main.xml文件?还有就是当在activity_main.xml切换到视图下时拖拉的控件为什么会重叠在一起?

正在回答

1 回答

没有多余的代码或文件是因为老师提前把没用的都删掉了,重叠的话检查一下使用的布局文件是什么,如果是FrameLayout的话,要根据课程示例修改

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

  

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312585    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程
意见反馈 帮助中心 APP下载
官方微信