Skip to content

Instantly share code, notes, and snippets.

View ivkil's full-sized avatar

Ivan Kiliian ivkil

View GitHub Profile
@ivkil
ivkil / MonthPickerDialog.java
Created April 8, 2016 12:49
Control for the user to pick a month as ready-to-use dialog
package me.ecois.lite.ui.fragment;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.res.Resources;
import android.os.Build;
import android.os.Bundle;
import android.text.format.DateUtils;
import android.util.TypedValue;