Skip to content

Instantly share code, notes, and snippets.

View AlexTorresDev's full-sized avatar
👨‍💻
Coding

Alex Torres AlexTorresDev

👨‍💻
Coding
View GitHub Profile
@AlexTorresDev
AlexTorresDev / D2OgSQNWsAMUU_2.png
Last active April 28, 2019 00:02
Blogger layout material design
D2OgSQNWsAMUU_2.png
@AlexTorresDev
AlexTorresDev / SquareLayout.java
Created January 4, 2019 02:36
Square Layout type CardView android
import android.content.Context;
import android.support.v7.widget.CardView;
import android.util.AttributeSet;
public class SquareLayout extends CardView {
public SquareLayout(Context context) {
super(context);
}