Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Cant Change Text Size or Style On Eclipse

Hey, I am trying to change the text size and style of a button / text view in Eclipse using the properties section on the right hand side when building a layout using the GUI.

I am running

Android Developer Tools

Build: v22.3.0-887826

On a MacBook Pro

From the Treehouse website

Is this a known problem

Thanks

Marcus

3 Answers

hey,

I'm having the same problem

however if you rightclick on the view you want to modify in the outline, you should be able to access all of the properties there (when you go to "other properties" you can see all the inherited properties as well.

I have not found a fix to use the properties panel yet.

Hey, Jan Van Raemdonck

I have just found this,

However still can not change the text colour, doing it this way

Thanks

Marcus

I found a better solution to our problem:

  1. Go to andriod SDK manager (top left of window, green andriod logo with arrow)
  2. Deselect all
  3. check Android 4.3 (API18) -> SDK platform)
  4. When download and setup have completed, restart eclipse.
  5. open one of your layouts (XML file, where you get the graphical representation of your app)
  6. in the top right corner, you can see the android logo with the current version next to it (probably 19) change that to 18
  7. now you can use the propeties panel like you should be able to.