Skip to content
Snippets Groups Projects
  1. Jan 27, 2014
  2. May 01, 2013
    • Tadashi G. Takaoka's avatar
      Override View.drawableStateChanged to detect state_pressed · 47a66b12
      Tadashi G. Takaoka authored
      Unlike on JB, View.setPressed(boolean) is never called when the view
      is pressed on ICS. To detect a pressed state of the view, we need to
      override View.drawableStateChanged() and check the drawable state
      contains state_pressed.
      
      Bug: 8159728
      Change-Id: I481051364d6f3d1370742723c3ce19d898ea5463
      47a66b12
  3. Apr 19, 2013
Loading