Skip to content

Instantly share code, notes, and snippets.

View DasserBasyouni's full-sized avatar
🇦🇪
Free Palestine

Dasser Basyouni DasserBasyouni

🇦🇪
Free Palestine
View GitHub Profile
@DasserBasyouni
DasserBasyouni / CustomButtonBackground
Created July 29, 2018 23:38
Custom Button Background with BoomMenu Library
package com.example...;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Color;
import android.util.AttributeSet;
import android.util.TypedValue;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.FrameLayout;