View keys_added
<ref name=KeyAdded>Steam [[Keys Added]]</ref> | |
<ref name=KeyAdded/> | |
<references/> |
View FastMultiDexProguardDevBuild
/* | |
* Copyright (C) 2015 J.T. Gilkeson | |
* | |
* 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 |
View gist:c0ca583df16958172fb0
public class CrossFade | |
{ | |
private int mDuration = 1500; | |
private ViewPropertyAnimator alphaAnim; | |
public CrossFade(int duration) | |
{ | |
mDuration = duration; | |
} |