From 05b0573e279c27303018aa96cdb1b4503a8b026b Mon Sep 17 00:00:00 2001 From: Elhanan Mishraky Date: Thu, 8 Dec 2016 11:26:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ade9b81..cd9f7e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # SSP - a scalable size unit for texts An android SDK that provides a new size unit - ssp (scalable sp). This size unit scales with the screen size based on the sp size unit (for texts). It can help Android developers with supporting multiple screens. +This is the sibling of the [sdp](https://github.com/intuit/sdp) size unit that should be used for non text views. + # Attention Use it carefully! for example, in most cases you still need to design a different layout for tablets.