很简单,修改styles.xml代码

    <style name="AppBaseTheme" parent="android:Theme.Light">

       

    style>


   

    <style name="AppTheme" parent="AppBaseTheme">

       

    style>


为:

    <style name="AppBaseTheme" parent="android:Theme.Holo.Light">

        

    style>


   

    <style name="AppTheme" parent="AppBaseTheme">

       

    style>



然后

AndroidManifest.xml文件中设置android:theme="@style/AppTheme"

    <application

        android:name=".AppContext"

        android:allowBackup="true"

        android:icon="@drawable/logo"

        android:label="@string/app_name"

        android:launchMode="singleTask"

        android:screenOrientation="portrait"

        android:theme="@style/AppTheme" >

   application>


 运行程序可观察前后对比效果






更多相关文章

  1. Android(安卓)Studio 运行时出现 finished with non-zero exit v
  2. Android开发问题记录——“The connection to adb is down...”
  3. Android(安卓)CalendarView 使用
  4. Android(安卓)多式样ProgressBar
  5. Android上的并发服务
  6. Android应用程序窗口(Activity)的运行上下文环境(Context)的创建过程
  7. 想抢先体验Android操作系统的魅力吗?那就使用Android(安卓)LiveCD
  8. android的编译和运行过程深入分析
  9. FFmpeg在Android上的移植优化步骤

随机推荐

  1. Android百度地图的搜索及附近地址的检索
  2. Android开关控件ToggleButton
  3. Android(安卓)闪光灯
  4. android JS互交图片点击事件
  5. android 绘图与自定义控件
  6. Android手机监控应用(二)
  7. 2013.12.05(7)——— android ViewPagerInd
  8. Android(安卓)adb setuid提权漏洞之分析
  9. android之视频播放控件VideoView简单应用
  10. 《Pro Android(安卓)Graphics》读书笔记