开发者

How do you rearrange buttons where you want them in Eclipse?

开发者 https://www.devze.com 2023-03-25 12:05 出处:网络
Hey guys I am having trouble with placing my buttons in my XML layout. I already hav开发者_高级运维e a background and was just trying to put 3 buttons near the middle and thats where I\'m having troub

Hey guys I am having trouble with placing my buttons in my XML layout. I already hav开发者_高级运维e a background and was just trying to put 3 buttons near the middle and thats where I'm having trouble. I know about center gravity and all that but could you help me? Also, If I made my own buttons can I just import them using the image button thing, or is that not right? Thanks for the help!

PS: Also, there is a big white box around my button. How do I get that to go away?


I posted this answer to your duplicate question, so I'll also post it here. :)

You can rearrange elements of your layout by editing the XML directly or by dragging and dropping in the outline view or the graphical layout view (I find the latter harder to do reliably).

To use your custom views, click on the "Custom & Library Views" button in the graphical layout palette, or just type in the fully qualified class name as the view tag in the XML.


If you use Image button you can set your custom Image to src property or background property. If youi chose src you should add android:background="@null".

But I would recommend to use background property while if you use 9-patch png (who knows maybe tomorow you will use 9-patch) they would not stretch if you set it in src.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号