隐藏label

来源:互联网 发布:php高并发redis 编辑:程序博客网 时间:2024/06/11 19:01
xml:
<<FONT face=宋体>activity android:name=".FirstActivity" android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
在styles.xml文件中吧Theme主题改为
<<FONT face=宋体>style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">

代码中实现:getSupportActionBar().hide();