Skip to content

Commit 099b457

Browse files
author
alexey.chernenko
committed
added posibility to change background
1 parent f09af54 commit 099b457

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/com/yalantis/fitfilter/ExampleActivity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ protected void onCreate(Bundle savedInstanceState) {
5353
mFilter.setNoSelectedItemText(getString(R.string.str_all_selected));
5454
mFilter.build();
5555

56-
mFilter.setCollapsedBackground(Color.RED);
57-
mFilter.setExpandedBackground(Color.BLUE);
5856

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

0 commit comments

Comments
 (0)