Skip to content

Instantly share code, notes, and snippets.

View andriaripratama's full-sized avatar

Andri Ari Pratama andriaripratama

View GitHub Profile
@andriaripratama
andriaripratama / InstagramLikeColorTransition.txt
Created May 30, 2017 04:00 — forked from deepak786/InstagramLikeColorTransition.txt
Instagram Like Gradient Color Transition in Android
/******This Gist explains how to create instagram like Gradient color transition in android.******/
1. Create some gradient color drawables inside drawable Folder.
a) color1.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#c44e4e"
android:endColor="#dcb9b9"
android:angle="0"/>