Skip to content

Commit

Permalink
added posibility to change background
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey.chernenko committed Mar 10, 2017
1 parent f09af54 commit 099b457
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/com/yalantis/fitfilter/ExampleActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ protected void onCreate(Bundle savedInstanceState) {
mFilter.setNoSelectedItemText(getString(R.string.str_all_selected));
mFilter.build();

mFilter.setCollapsedBackground(Color.RED);
mFilter.setExpandedBackground(Color.BLUE);

mRecyclerView = (RecyclerView) findViewById(R.id.list);
mRecyclerView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.VERTICAL, false));
Expand Down

0 comments on commit 099b457

Please sign in to comment.