Skip to content

Commit

Permalink
Removed errant fitsSystemWindows attribute on filter list.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbutcher committed Apr 7, 2016
1 parent 29fb886 commit e3a0f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/io/plaidapp/ui/HomeActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public class HomeActivity extends Activity {

@Bind(R.id.drawer) DrawerLayout drawer;
@Bind(R.id.toolbar) Toolbar toolbar;
@Bind(R.id.stories_grid) RecyclerView grid;
@Bind(R.id.grid) RecyclerView grid;
@Bind(R.id.fab) ImageButton fab;
@Bind(R.id.filters) RecyclerView filtersList;
@Bind(android.R.id.empty) ProgressBar loading;
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/layout/activity_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
android:background="@color/status_bar_back" />

<android.support.v7.widget.RecyclerView
android:id="@+id/stories_grid"
android:id="@+id/grid"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
Expand Down Expand Up @@ -111,7 +111,6 @@
android:elevation="@dimen/z_drawer"
android:background="@color/background_dark"
android:clipToPadding="false"
android:fitsSystemWindows="true"
android:scrollbars="vertical"
android:scrollbarStyle="outsideOverlay"
app:layoutManager="android.support.v7.widget.LinearLayoutManager"
Expand Down

0 comments on commit e3a0f37

Please sign in to comment.