Skip to content

Instantly share code, notes, and snippets.

View letroll's full-sized avatar

Julien Quiévreux letroll

View GitHub Profile
@letroll
letroll / EmailAutoCompleteTextView.java
Last active July 6, 2017 11:42
[EmailAutoCompleteTextView] EmailAutoCompleteTextView #android #customView #email
package com.example.customView;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.drawable.Drawable;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
@letroll
letroll / android.xml
Created May 9, 2013 16:33
android template for intellij
<?xml version="1.0" encoding="UTF-8"?>
<templateSet group="android">
<template name="lh" value="android:layout_height=&quot;$END$&quot;" description="layout_height" toReformat="false" toShortenFQNames="true">
<context>
<option name="HTML_TEXT" value="false" />
<option name="HTML" value="false" />
<option name="XSL_TEXT" value="true" />
<option name="XML" value="true" />
<option name="JAVA_CODE" value="false" />
<option name="JAVA_STATEMENT" value="false" />