Skip to content

Instantly share code, notes, and snippets.

View dpr-odoo's full-sized avatar

Dharmang Soni dpr-odoo

View GitHub Profile
@goodev
goodev / HeaderGridView.java
Created March 4, 2014 07:34
HeaderGridView - android
/*
* Copyright (C) 2013 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@cesco89
cesco89 / MaterialDialog.java
Last active July 31, 2020 01:58
A custom AlertDialog that follows Material Design guidelines
import android.app.AlertDialog;
import android.content.Context;
import android.graphics.Typeface;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.WindowManager;
import android.widget.Button;
import android.widget.FrameLayout;
import android.widget.ScrollView;