Renamed recordings.xml to recordings_list.xml
This commit is contained in:
parent
b52e3905cc
commit
8fb074b914
2 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class RecordingListFragment extends Fragment implements View.OnClickListe
|
|||
@Override
|
||||
public View onCreateView(LayoutInflater inflater, ViewGroup container,
|
||||
Bundle savedInstanceState) {
|
||||
View view = inflater.inflate(R.layout.recordings, container, false);
|
||||
View view = inflater.inflate(R.layout.recordings_list, container, false);
|
||||
|
||||
context = getActivity().getApplicationContext();
|
||||
selectableHelper = new SelectableHelper(view, this);
|
||||
|
|
Loading…
Reference in a new issue