Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created December 30, 2015 23:27
Show Gist options
  • Save hitherejoe/cf97917df84e91ffe3ce to your computer and use it in GitHub Desktop.
Save hitherejoe/cf97917df84e91ffe3ce to your computer and use it in GitHub Desktop.
@Override
public GuidanceStylist.Guidance onCreateGuidance(Bundle savedInstanceState) {
String title = getString(R.string.guided_step_auto_loop_title);
String description = getString(R.string.guided_step_auto_loop_description);
Drawable icon = getActivity().getDrawable(R.drawable.lopp);
return new GuidanceStylist.Guidance(title, description, "", icon);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment