opacapp / multiline-collapsingtoolbar

A modified CollapsingToolbarLayout that can deal with multiline titles
Other
782 stars 113 forks source link

Problem with import #23

Closed blennerSilva closed 8 years ago

blennerSilva commented 8 years ago

hey huys im using android studio RC 2.2 and im having troubles importing the toolbar

i already put the correct toolbar on the xml but when i try to import the packege on the activity everything goes red and i can import nothing else

raphaelm commented 8 years ago

Could you please give us how you import it and what the exact error message looks like?

blennerSilva commented 8 years ago

well all i did was to put de dependency on gradle as soon as it compiles my whole project gets red.... then o go to the xml and put the tag and try to change the import on the activity and it doenst work

raphaelm commented 8 years ago

Please, show us what you changed. There also will be an error message somewhere, please go and search for it.

blennerSilva commented 8 years ago

screenshot from 2016-09-12 16-06-02 screenshot from 2016-09-12 16-06-41 screenshot from 2016-09-12 16-07-04

blennerSilva commented 8 years ago

there are no errors... just that

johan12345 commented 8 years ago

When you hover over the red text, it should show an error message. Have you already tried to rebuild the project (hammer icon in the top bar)?

blennerSilva commented 8 years ago

screenshot from 2016-09-12 16-17-02 screenshot from 2016-09-12 16-17-13 screenshot from 2016-09-12 16-17-20

johan12345 commented 8 years ago

What is the import line you changed? It should be

import net.opacapp.multilinecollapsingtoolbar.CollapsingToolbarLayout;

Or maybe you have to sync the Gradle project? -> Open the Gradle tool window (button in the bottom right) and then click the blue "sync" button?

blennerSilva commented 8 years ago

well guys i solved ....had to switch IDE i was using 2.2 RC switched to 2.1.3

johan12345 commented 8 years ago

Well, it does work for me in 2.2 RC 2...

blennerSilva commented 8 years ago

i will download the latested version of rc ...thank you so much for the attention