Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 5, 2019 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/d534cd7742b7b774c837f062bb39106a to your computer and use it in GitHub Desktop.
Save parzibyte/d534cd7742b7b774c837f062bb39106a to your computer and use it in GitHub Desktop.
buttonGuardarPackingList.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
String talla = (String) v.getTag(R.id.etiqueta_talla);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment