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 /

styles.xml

       
        1
       
       
        <?xml version="1.0" encoding="utf-8"?>
       
       
        2
       
       
        <resources>
       
       
        3
       
       
       
       
        4
       
       
        <!--
       
       
        5
       
       
        Base application theme, dependent on API level. This theme is replaced
       
       
        6
       
       
        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
       
       
        7
       
       
        -->
       
       
        8
       
       
        <style name="AppBaseTheme" parent="android:Theme.Light">
       
       
        9
       
       
        <!--
       
       
        10
       
       
        Theme customizations available in newer API levels can go in
       
       
        11
       
       
        res/values-vXX/styles.xml, while customizations related to
       
       
        12
       
       
        backward-compatibility can go here.
       
       
        13
       
       
        -->
       
       
        14
       
       
        </style>
       
       
        15
       
       
       
       
        16
       
       
        <style name="FullscreenTheme" parent="android:Theme.NoTitleBar">
       
       
        17
       
       
        <item name="android:windowContentOverlay">@null</item>
       
       
        18
       
       
        <item name="android:windowBackground">@null</item>
       
       
        19
       
       
        <item name="buttonBarStyle">@style/ButtonBar</item>
       
       
        20
       
       
        <item name="buttonBarButtonStyle">@style/ButtonBarButton</item>
       
       
        21
       
       
        </style>
       
       
        22
       
       
       
       
        23
       
       
        <style name="ButtonBar">
       
       
        24
       
       
        <item name="android:paddingLeft">2dp</item>
       
       
        25
       
       
        <item name="android:paddingTop">5dp</item>
       
       
        26
       
       
        <item name="android:paddingRight">2dp</item>
       
       
        27
       
       
        <item name="android:paddingBottom">0dp</item>
       
       
        28
       
       
        <item name="android:background">@android:drawable/bottom_bar</item>
       
       
        29
       
       
        </style>
       
       
        30
       
       
       
       
        31
       
       
        <style name="ButtonBarButton" />
       
       
        32
       
       
       
       
        33
       
       
        </resources>