Skip to content

Instantly share code, notes, and snippets.

View brianrobles204's full-sized avatar

Brian Robles brianrobles204

View GitHub Profile
@brianrobles204
brianrobles204 / AnimUtils.java
Last active March 7, 2019 09:28
Android animation utility class. Contains quick references to commonly used constants, as well as helper functions for material animations.
/*
* Copyright (C) 2016 Brian Carlos L. Robles
*
* 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
@brianrobles204
brianrobles204 / designer.html
Last active August 29, 2015 14:07
designer
<link href="../core-icon-button/core-icon-button.html" rel="import">
<link href="../core-toolbar/core-toolbar.html" rel="import">
<link href="../core-icons/core-icons.html" rel="import">
<link href="../paper-icon-button/paper-icon-button.html" rel="import">
<link href="../cool-clock/cool-clock.html" rel="import">
<link href="../core-icons/av-icons.html" rel="import">
<link href="../paper-fab/paper-fab.html" rel="import">
<link href="../paper-button/paper-button.html" rel="import">
<polymer-element name="my-element">