Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
RenderScriptIntrinsic / res / values-v11 /

styles.xml

      
        1
       
        2
       
        3
       
        4
       
        5
       
        6
       
        7
       
        8
       
        9
       
        10
       
        11
       
        12
       
        13
       
        14
       
        15
       
        16
       
        17
       
        18
       
        19
       
        20
       
        21
       
        22
       
        23
       
        24
       
       
       

       
<?xml version="1.0" encoding="utf-8"?>
       

       
       

       
<resources>
       

       
       

       

       
       

       
<!--
       

       
       

        Base application theme for API 11+. This theme completely replaces
       

       
       

        AppBaseTheme from res/values/styles.xml on API 11+ devices.
       

       
       

        -->

       

       
       

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

       
       

       
<!-- API 11 theme customizations can go here. -->
       

       
       

       
</style>
       

       
       

       

       
       

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

       
       

       
<item name="android:actionBarStyle">@style/FullscreenActionBarStyle</item>
       

       
       

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

       
       

       
<item name="android:windowBackground">@null</item>
       

       
       

       
<item name="buttonBarStyle">?android:attr/buttonBarStyle</item>
       

       
       

       
<item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item>
       

       
       

       
</style>
       

       
       

       

       
       

       
<style name="FullscreenActionBarStyle" parent="android:Widget.Holo.ActionBar">
       

       
       

       
<item name="android:background">@color/black_overlay</item>
       

       
       

       
</style>
       

       
       

       

       
       

       
</resources>