如何在android中單獨設置佈局邊距?
示例案例:我希望爲上邊距:15,右:12,底部:13,左:16Android設置邊距和填充
如何在Android?
我有背景,web開發人員,我雖然會一樣,像這樣margin: 15 12 13 16;
設置CSS,但似乎它不與Android
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_margin">15dp 12dp 13dp 16dp</dimen>
</resources>
什麼是實現這一正確的方式工作?有沒有文件的任何鏈接?
我認爲你可以閱讀這個答案:http://stackoverflow.com/a/3002321/2668136和這個答案將有助於:http://stackoverflow.com/a/6327095/2668136 /享受。 – Fllo