码迷,mamicode.com
首页 > 移动开发 > 详细

Android_社交软件1_去标题栏

时间:2014-11-13 10:43:14      阅读:267      评论:0      收藏:0      [点我收藏+]

标签:android   style   io   color   sp   strong   文件   on   log   

    <application         android:allowBackup="true"         android:icon="@drawable/ic_launcher"         android:label="@string/app_name"         android:theme="@style/AppTheme" >         <activity             android:name="com.sin.activity.LoginActivity"             android:label="@string/app_name" >             <intent-filter>                 <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />             </intent-filter>         </activity>     </application>

 

 

android的样式定义在res/values/style.xml文件中,类似web前端中将样式定义在某个css文件中,但android的style.xml是自动加载的,不需要手动import或link。目前还不了解android是否可以或怎么定义多个style文件。

<item name="android:windowNoTitle">true</item>

 

Android_社交软件1_去标题栏

标签:android   style   io   color   sp   strong   文件   on   log   

原文地址:http://www.cnblogs.com/SKeyC27/p/4094159.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!