Improve setPressedDrawable description

captchafix
Florens Douwes 11 years ago
parent 345e8efa61
commit 93fb5a7327
  1. 4
      Chan/src/org/floens/chan/utils/Utils.java

@ -7,6 +7,10 @@ import android.os.Looper;
import android.view.View;
public class Utils {
/**
* Sets the android.R.attr.selectableItemBackground as background drawable on the view.
* @param view
*/
@SuppressWarnings("deprecation")
public static void setPressedDrawable(View view) {
TypedArray arr = view.getContext().obtainStyledAttributes(

Loading…
Cancel
Save