Removing unnecessary linear layout

Change-Id: I7fe423b9526805a2e84887e0437ebdc96203c263
This commit is contained in:
Sunny Goyal
2015-05-20 14:42:25 -07:00
parent c88ae71f66
commit 99d950fb4d
2 changed files with 8 additions and 15 deletions

View File

@@ -135,7 +135,7 @@ public class WidgetsContainerView extends BaseContainerView
//
public View getContentView() {
return findViewById(R.id.widgets_content);
return mView;
}
public View getRevealView() {