From 437fcd8d01b3e9d73c1493624174e113d91f98c1 Mon Sep 17 00:00:00 2001 From: Grzegorz Adam Hankiewicz Date: Sat, 11 Jul 2015 21:20:56 +0200 Subject: [PATCH] Adds basic readme. --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..f4cd7b7 --- /dev/null +++ b/README.rst @@ -0,0 +1,11 @@ +============================================== +Android Material AppCompat edit text colouring +============================================== + +The new ``TextInputLayout`` is a freaking madness to customize with so many +states and conditions. This repo contains the examples I did to figure out some +of the styles. Font is not custom (see +`http://stackoverflow.com/questions/30765287/change-font-of-the-floating-label-edittext-and-textinputlayout +`_). +Most helpful was `http://stackoverflow.com/a/26715076/172690 +`_.