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)
BatchStepSensor / res / drawable /

card_action_bg.xml

       
        1
       
       
        <?xml version="1.0" encoding="utf-8"?>
       
       
        2
       
       
       
       
        3
       
       
        <selector xmlns:android="http://schemas.android.com/apk/res/android">
       
       
        4
       
       
        <item android:drawable="@color/card_action" android:state_pressed="true" />
       
       
        5
       
       
        <item android:drawable="@color/card_action_focused" android:state_focused="true" />
       
       
        6
       
       
        <item android:drawable="@color/card_action_item_bg" />
       
       
        7
       
       
        </selector>