Skip to content

Instantly share code, notes, and snippets.

View tanishqsh's full-sized avatar
🔨
building.

tani.eth tanishqsh

🔨
building.
  • 02:37 (UTC -04:00)
View GitHub Profile
@tanishqsh
tanishqsh / MadHouseDialog.java
Last active December 7, 2017 08:05
Custom Dialog Box For MadHouse. Can be used for Rate Prompts, Other Messages!
package com.madhouseapps.financialcalculator;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.view.View;
import android.view.Window;
import android.widget.Button;