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
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" |
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
VS2013 | |
======= | |
n:\Code\others\clink>premake4 vs2013 | |
Building configurations... | |
Running action 'vs2013'... | |
[string "newaction..."]:14: attempt to index global 'vstudio' (a nil value) | |
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
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 |