Skip to content

Instantly share code, notes, and snippets.

View lcarlosilva's full-sized avatar
🏠
Working from home

Luiz Carlos lcarlosilva

🏠
Working from home
View GitHub Profile
@lcarlosilva
lcarlosilva / git.md
Created June 14, 2017 12:16 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

#GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@lcarlosilva
lcarlosilva / git.md
Created June 14, 2017 12:16 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

#GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

public abstract class RightDrawableOnTouchListener implements OnTouchListener {
Drawable drawable;
private int fuzz = 10;
/**
* @param keyword
*/
public RightDrawableOnTouchListener(TextView view) {
super();
final Drawable[] drawables = view.getCompoundDrawables();
@lcarlosilva
lcarlosilva / README-Template.md
Created February 4, 2017 00:28 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites