流式佈局(完整版)

1.首先創建一個自定義View類: public class CustomView extends ViewGroup { private int mleftMargin=20; private int mtopMargin=20; public CustomView(Context context) { this(context,null); }
相關文章
相關標籤/搜索