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

Other Elements Support #27

Closed
online-lorno opened this issue Jun 16, 2015 · 7 comments
Closed

Other Elements Support #27

online-lorno opened this issue Jun 16, 2015 · 7 comments

Comments

@online-lorno
Copy link

Is there a way or do you have any example that this is applicable to elements like buttons, textboxes and the like. It seems that only the TextView and ImageView is supported for this(correct me if I'm wrong). TIA

@ssomai
Copy link
Owner

ssomai commented Jun 16, 2015

You can use any views easily like buttons and textboxes and so on, because ScalableLayout support any views.

@online-lorno
Copy link
Author

Okay noted on that. I had some problems opening the sample project on my Android Studio, where do I put

dependencies {
  compile 'com.ssomai:android.scalablelayout:2.0.0'
}

Is it on the project build.gradle or sample_scalablelayout build.gradle?

@ssomai
Copy link
Owner

ssomai commented Jun 16, 2015

I think that it would be on the project build.gradle.

@online-lorno
Copy link
Author

I added it on the sample_scalablelayout gradle file since it's not working on the project gradle file. I will look into that more. Thanks.

@ssomai
Copy link
Owner

ssomai commented Jun 16, 2015

Thank you for your experience.
I hope that ScalableLayout helps you well.

@online-lorno
Copy link
Author

So to add other elements like buttons and textboxes, you have to do it manually into the Activity Class and not through the layout file?

@ssomai
Copy link
Owner

ssomai commented Jul 4, 2015

you can add buttons and textboxes in Activity class, and also through the layout file.

@ssomai ssomai closed this as completed Jul 29, 2015
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

2 participants