Skip to content

Instantly share code, notes, and snippets.

View VijayMakwana's full-sized avatar
😄

Vijay Makwana VijayMakwana

😄
  • Ahmedabad, India
View GitHub Profile
@VijayMakwana
VijayMakwana / CustomAlertDia.java
Created June 6, 2016 10:46
Custom alert dialog with image including animation.
package com.reversebits.tapanhp.customalertproteen;
import android.app.Dialog;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Window;
import android.view.animation.Animation;
import android.view.animation.LinearInterpolator;