This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import android.support.v4.view.ViewPager; | |
| import android.view.View; | |
| public class ZoomOutPageTransformer implements ViewPager.PageTransformer { | |
| private static final float MIN_SCALE = 0.87f; | |
| private static final float MIN_ALPHA = 0.5f; | |
| private float mMinAlpha = MIN_ALPHA; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Template to complete Jobs classes | |
| * | |
| * Declaration: Java - Declaration | |
| * Variables: | |
| * $CLASS$ expresion: className() defaultValue: Object | |
| * | |
| * Follow this instruction to add it to Android Studio | |
| * http://dmytrodanylyk.com/pages/blog/templates.html | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.aracem.utils.animations.pagetransformation; | |
| import org.jetbrains.annotations.NotNull; | |
| import android.support.v4.view.ViewPager; | |
| import android.view.View; | |
| import java.util.ArrayList; | |
| import java.util.List; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #coding=utf-8 | |
| """ | |
| Por: Rafa Vázquez | |
| http://sloydev.com/ | |
| Este script genera una animación gif a partir de un archivo de vídeo, colocando opcionalmente un fondo en cada frame. | |
| Está pensado para convertir los vídeos obtenidos en Android mediante 'adb shell screenrecord' o con la herramienta de Android Studio. | |
| Un ejemplo del resultado puede verse en http://i.imgur.com/Opu5aG3.gif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import android.support.v4.view.ViewPager; | |
| import android.view.View; | |
| public class FlipPageViewTransformer implements ViewPager.PageTransformer { | |
| @Override | |
| public void transformPage(View page, float position) { | |
| float percentage = 1 - Math.abs(position); | |
| page.setCameraDistance(12000); | |
| setVisibility(page, position); | |
| setTranslation(page); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package org.adw.drawables; | |
| import android.graphics.Canvas; | |
| import android.graphics.ColorFilter; | |
| import android.graphics.Paint; | |
| import android.graphics.Path; | |
| import android.graphics.Rect; | |
| import android.graphics.drawable.Drawable; | |
| import android.util.FloatMath; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apply plugin: 'android-sdk-manager' | |
| apply plugin: 'com.android.application' | |
| apply plugin: 'hugo' | |
| apply plugin: 'crashlytics' | |
| def versionMajor = 1 | |
| def versionMinor = 7 | |
| def versionPatch = 0 | |
| def versionBuild = 0 // bump for dogfood builds, public betas, etc. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apply from: 'strip_play_services.gradle' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- | |
| ~ /* | |
| ~ * Copyright (c) 2014 Rushmore.fm All rights reserved. | |
| ~ * 1 1 | |
| ~ * 101 101 | |
| ~ * 100010001 | |
| ~ * 10000000001 | |
| ~ * 1000000000001 | |
| ~ * |