문제

I just downloaded Android Studio May 10, 2014 and started using the rich layout editor.

I noticed that when I would drag and drop a RelativeLayout, Android Studio would automatically use fill_parent for both the layout_width and the layout_height attributes.

Why does Android Studio not fill in the non-deprecated value, match_parent by default?

도움이 되었습니까?

해결책

It has been filed as a bug but has not yet been confirmed. You can see the bug report here.

다른 팁

Because it's in alpha stage of development :)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top