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)
BasicRenderScript / res / values /

attrs.xml

       
        1
       
       
        <resources>
       
       
        2
       
       
       
       
        3
       
       
        <!--
       
       
        4
       
       
        Declare custom theme attributes that allow changing which styles are
       
       
        5
       
       
        used for button bars depending on the API level.
       
       
        6
       
       
        ?android:attr/buttonBarStyle is new as of API 11 so this is
       
       
        7
       
       
        necessary to support previous API levels.
       
       
        8
       
       
        -->
       
       
        9
       
       
        <declare-styleable name="ButtonBarContainerTheme">
       
       
        10
       
       
        <attr name="buttonBarStyle" format="reference" />
       
       
        11
       
       
        <attr name="buttonBarButtonStyle" format="reference" />
       
       
        12
       
       
        </declare-styleable>
       
       
        13
       
       
       
       
        14
       
       
        </resources>