简体   繁体   中英

The Eclipse XML Graphical Layout Editor for Android SDK

I am trying to use the Graphical Layout editor to make my app, so far so good but now I am in this problem: Textview不会上升

I want the grey small textview to go a little higher but no matter what I do this isnt happening. How do those apps in the market have such beautiful GUIs when I can barely create a simple one? What are they using that I am not? :P Thanks.

Well, To fine tune the UI, you will eventually have to edit the generated XML. It would be good if you start getting your hands dirty with the XMLs. Please post the XML and then anyone would be able to suggest what changes to make.

I think you would probably reduce the padding or margin of the textview above.

Have you tried editing the XML and decreasing the top margin of the text? Or decreasing the bottom margin of the view above the text?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM