Skip to content

Instantly share code, notes, and snippets.

@Shayne3000
Shayne3000 / README-Template.md
Created October 27, 2018 19:53 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

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:
-----------
@Shayne3000
Shayne3000 / README.md
Last active September 29, 2020 04:32 — forked from lopspower/README.md
Hexadecimal color values for Opacity

Hexadecimal color values for opacity

Hexadecimal values from 0 to 100% opacity:

  • 100% — FF
  • 99% — FC
  • 98% — FA
  • 97% — F7
  • 96% — F5