Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for SP values #19

Closed
jimitpatel opened this issue Nov 4, 2016 · 5 comments
Closed

Support for SP values #19

jimitpatel opened this issue Nov 4, 2016 · 5 comments

Comments

@jimitpatel
Copy link

I really liked this library as it saves my lot of time. Only thing missing apart from fractional value is SP values for text.

@elhanan-mishraky
Copy link
Contributor

Great comment, I thought about it in the past but now that you asked for it I will work on :)

@rupinderjeet
Copy link

Is there any progress in this field? Do you need help?

@elhanan-mishraky
Copy link
Contributor

Yes, working on it. I will keep you updated. Maybe you will be my first customer :)

@rupinderjeet
Copy link

Yeah sure, I keep on checking updates to this issue.

@elhanan-mishraky
Copy link
Contributor

Now you can test the sp support:

See here: ssp

  1. add dependency:
dependencies {
    compile 'com.intuit.ssp:ssp-android:1.0.4’
}
  1. add TextView
<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Hello SSP!"
    android:textSize="@dimen/_12ssp"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants