摘要: 只要在AndroidManifest.xml里面配置一下就可以了。在AndroidManifest.xml的activity(需要禁止转向的activity)配置中加入android:screenOrientation=”landscape”属性即可(landscape是横向,portrait是纵向... 阅读全文
posted @ 2015-01-14 20:26 jenson138 阅读(525) 评论(0) 推荐(1) 编辑
摘要: 1.新建new android application project theme选none 并打钩创建一个Blank Activity运行如下图所示:2。若想把标题栏去掉,更改Manifestr的MainActivity 主题样式>styles.xml中改开始将改为://无标题白色背景去行,闪退并... 阅读全文
posted @ 2015-01-14 16:47 jenson138 阅读(1595) 评论(0) 推荐(1) 编辑
摘要: android:theme="@android:style/Theme.Dialog" : Activity显示为对话框模式android:theme="@android:style/Theme.NoTitleBar" : 不显示应用程序标题栏android:theme="@android:styl... 阅读全文
posted @ 2015-01-14 14:52 jenson138 阅读(1118) 评论(1) 推荐(0) 编辑