зеркало из https://github.com/mozilla/Jisort.git
Update IconsFragment.java
This commit is contained in:
Родитель
376b0eddd4
Коммит
42932b3ca8
|
@ -44,6 +44,15 @@ public class IconsFragment extends Fragment {
|
|||
gridView = (GridView) rootView.findViewById(R.id.icons_gridview);
|
||||
|
||||
view_icons = (Button) rootView.findViewById(R.id.icons_button);
|
||||
view_icons.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
|
||||
FindIconsActivity activity = (FindIconsActivity)getActivity();
|
||||
Intent intent = new Intent(activity, IconQuizActivity.class);
|
||||
getActivity().startActivity(intent);
|
||||
}
|
||||
});
|
||||
|
||||
return rootView;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче