diff --git a/Chan/src/org/floens/chan/utils/Utils.java b/Chan/src/org/floens/chan/utils/Utils.java index 9c0be8fe..d46f0cc3 100644 --- a/Chan/src/org/floens/chan/utils/Utils.java +++ b/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(