Skip to content

Instantly share code, notes, and snippets.

View coplas's full-sized avatar

Michal Pavlasek coplas

  • Slovakia
View GitHub Profile

Keybase proof

I hereby claim:

  • I am coplas on github.
  • I am coplas (https://keybase.io/coplas) on keybase.
  • I have a public key ASCgNrWzHCi3-HwPZIUKATgvkc7Lf8hGEfTsBtK28TmoKwo

To claim this, I am signing this object:

import groovy.transform.Field
// This is a drop-in Gradle script that allows you to easily strip out the packages you don't need
// from the Google Play Services library. The script will keep track of previous runs to prevent
// restripping each time you build.
// HOW TO USE THIS
//
// 1) Download/copy this strip_google_play_services.gradle file into the same location of your app's
// build.gradle file.
@coplas
coplas / colors.xml
Created October 10, 2013 12:00
Android colors
<color name="yellow_dark">#FF8800</color>
<color name="yellow_light">#FFBB33</color>
<color name="red_dark">#CC0000</color>
<color name="red_light">#FF4444</color>
<color name="green_dark">#669900</color>
<color name="green_light">#99CC00</color>
<color name="magenta_dark">#9933CC</color>
<color name="magenta_light">#AA66CC</color>
<color name="blue_dark">#0099CC</color>
<color name="blue_light">#33B5E5</color>