Skip to content

Instantly share code, notes, and snippets.

@kaoruAngel
kaoruAngel / Android Lollipop Widget Tinting Guide
Created October 31, 2015 09:53 — forked from seanKenkeremath/Android Lollipop Widget Tinting Guide
How base colors in Lollipop apply to different UI elements
Unless specified otherwise, all of the below tinting applies to both Lollipop and pre-Lollipop using AppCompat v21. To use the support version of these attributes, remove the android namespace. For instance, "android:colorControlNormal" becomes "colorControlNormal". These attributes will be propagated to their corresponding attributes within the android namespace for devices running Lollipop. Any exceptions to this will be noted by including the "android:" prefix.
All Clickable Views:
-----------
* ripple effect (Lollipop only) -- "colorControlHighlight"
Status Bar:
------------
* background (Lollipop only) - "colorPrimaryDark"
@kaoruAngel
kaoruAngel / gist:d1be4044a0d106f98e3a
Created July 14, 2014 11:15
clink meta-make using premake4.4-beta5 for vs2013 == error
VS2013
=======
n:\Code\others\clink>premake4 vs2013
Building configurations...
Running action 'vs2013'...
[string "newaction..."]:14: attempt to index global 'vstudio' (a nil value)
@kaoruAngel
kaoruAngel / gist:cc8b7d197e2a19439efd
Created July 14, 2014 10:57
clink test results from build w/ config=release32, using mingw-w64 gcc-4.9.1 (20140430, prerelease), on Win8.1 x64
n:\Code\others\clink\.build\gmake\bin\release>clink_test_x86.exe --scripts=N:\Code\others\clink\clink\test
Tests: test_core
Tests: test_basic
2.1 File system matches.......................pass
2.2 Single file...............................pass
2.3 Single dir................................pass
2.4 Dir slash flip............................pass
2.5 Path slash flip...........................pass
2.6 Case mapping matches......................pass