Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix setClipPanel doc typo
  • Loading branch information
Rbcum committed Aug 23, 2015
commit 361be74b35783b56f4ba97974553124b1fbc302b
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ public boolean isOverlayed() {
/**
* Sets whether or not the main content is clipped to the top of the panel
*
* @param overlayed
* @param clip
*/
public void setClipPanel(boolean clip) {
mClipPanel = clip;
Expand Down