Modificaciones en gradle
This commit is contained in:
parent
dd032b19e0
commit
b4f9fca50d
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ public class ObjectivesFragment extends Fragment implements View.OnClickListener
|
||||||
recyclerView.setHasFixedSize(true);
|
recyclerView.setHasFixedSize(true);
|
||||||
llm = new LinearLayoutManager(view.getContext());
|
llm = new LinearLayoutManager(view.getContext());
|
||||||
recyclerView.setLayoutManager(llm);
|
recyclerView.setLayoutManager(llm);
|
||||||
enableFake = (CheckBox) view.findViewById(R.id.objectives_fake);
|
enableFake = (CheckBox) view.findViewById(R.id.objectives_fake);
|
||||||
fake_layout = (LinearLayout) view.findViewById(R.id.objectives_fake_layout);
|
fake_layout = (LinearLayout) view.findViewById(R.id.objectives_fake_layout);
|
||||||
reset = (TextView) view.findViewById(R.id.objectives_reset);
|
reset = (TextView) view.findViewById(R.id.objectives_reset);
|
||||||
enableFake.setOnClickListener(new View.OnClickListener() {
|
enableFake.setOnClickListener(new View.OnClickListener() {
|
||||||
|
|
Loading…
Reference in a new issue