Skip to content

Instantly share code, notes, and snippets.

@Mauker1
Created January 5, 2016 13:33
Show Gist options
  • Save Mauker1/5038887588a67b8d0e21 to your computer and use it in GitHub Desktop.
Save Mauker1/5038887588a67b8d0e21 to your computer and use it in GitHub Desktop.
import android.content.Context;
import android.support.v7.widget.CardView;
/**
* Created by mauker on 05/01/16.
*/
public class MaukerView extends CardView {
public MaukerView(Context context) {
super(context);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment