1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.example.first">
3
4 <uses-permission android:name="android.permission.INTERNET" />
5
6 <application
7 android:allowBackup="true"
8 android:icon="@mipmap/ic_launcher"
9 android:label="@string/app_name"
10 android:roundIcon="@mipmap/ic_launcher_round"
11 android:supportsRtl="true"
12 android:theme="@style/Theme.First">
13 <!-- android:theme="@style/Theme.AppCompat.DayNight.NoActionBar" 把这句话放在这的话是所有的页面都会去掉标题栏 -->
14
61 <activity
62 android:name=".TextViewActivity"
63 android:exported="false" />
64 <activity
65 android:name=".ButtonActivity3"
66 android:exported="false" />
67 <activity
68 android:name=".MainActivity"
69 android:exported="true">
70 <!-- android:theme="@style/Theme.AppCompat.DayNight.NoActionBar" 这是去掉当前标题栏的意思 -->
71 <!-- android:label="Test" 设置当前标题栏的文字 -->
72 <!-- android:screenOrientation="portrait" 这个就是手机屏幕默认竖屏,不设置也可以 -->
73 <!-- android:screenOrientation="landscape" 这样就是横屏了 -->
74 <intent-filter>
75 <action android:name="android.intent.action.MAIN" />
76
77 <category android:name="android.intent.category.LAUNCHER" />
78 </intent-filter>
79 <!--<category>标签下LAUNCHER意思就是默认启动的activity -->
80 </activity>
81 </application>
82
83 </manifest>

最新文章

  1. An error occurred while collecting items to be installed
  2. [css]当父元素的margin-top碰上子元素的margin-top
  3. C# 6.0可能的新特性
  4. #define 中#和##的作用
  5. POJ 3264 Balanced Lineup -- RMQ或线段树
  6. hive笔记(自学整理的)
  7. border 变形计
  8. Javascript Regexp match and replace
  9. 使用oracle写if判断
  10. EF经验分享_jimmyzzc
  11. SRF之数据验证
  12. Kafka源码中的Producer Record定义
  13. Word添加新编号
  14. 流动python - 什么是魔术方法(magic method)
  15. Python获取区域面积
  16. 使用zabbix监控nginx的活动连接数
  17. 使用FileReader接口读取文件内容
  18. 浏览器跨域请求之credentials
  19. python中参数传递之位置传递、关键字传递、包裹传递与解包裹
  20. Hadoop化繁为简(一)-从安装Linux到搭建集群环境

热门文章

  1. python项目中 ,open() 方法, 如何读取json文件的位置。
  2. Java当中“+=”和“=+”的区别
  3. Redis哨兵模式高可用解决方案
  4. 为什么内部类调用的外部变量必须是final修饰的?
  5. 记项目中ES6+gulp+angularjs里的问题
  6. 常用获取inflate的写法
  7. uniapp 使用iconfont图标
  8. NFS共享存储服务 (如果厌倦了外面的生活,那就来我身边吧,帮我插秧)
  9. 手动加载nacos自定义配置到全局变量中
  10. Linux运行级别及解释