Skip to content

Instantly share code, notes, and snippets.

View yunikkk's full-sized avatar

Dmitry Yunitsky yunikkk

  • Mapbox
  • Helsinki, Finland
View GitHub Profile
@yunikkk
yunikkk / add-live-realtime-data.markdown
Created March 15, 2022 00:03
Add live realtime data
@yunikkk
yunikkk / Android Lollipop Widget Tinting Guide
Created March 23, 2016 13:14 — 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"