Skip to content
/ ssp Public
forked from intuit/ssp

Variant of sdp project based on the sp size unit.

License

Notifications You must be signed in to change notification settings

muoitieu/ssp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. It can help Android developers with supporting multiple screens.

Attention

Use it carefully! for example, in most cases you still need to design a different layout for tablets.

Example

Here is a single layout built using ssp:

ssp example

And here is the same layout built using sp:

sp example

You can see that ssp scales with the screen size and the sp stays with the same size on all screen sizes.

Getting Started

To add ssp to your Android Studio project:

add compile 'com.intuit.ssp:ssp-android:1.0.4’ to your build.gradle dependencies block.

for example:

dependencies {
  compile 'com.intuit.ssp:ssp-android:1.0.4’
}

See the ssp_example.xml to see how to use to the ssp size unit.

Note

The ssp size unit calculation includes some approximation due to some performance and usability constraints.

About

Variant of sdp project based on the sp size unit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published