码迷,mamicode.com
首页 > 移动开发 > 详细

Android 动态设置 layout_centerInParent

时间:2016-11-24 14:42:52      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:har   params   csharp   class   sharp   pre   param   enter   new   

        RelativeLayout.LayoutParams rp = new RelativeLayout.LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT);
        rp.addRule(RelativeLayout.CENTER_IN_PARENT);

  记录一下

Android 动态设置 layout_centerInParent

标签:har   params   csharp   class   sharp   pre   param   enter   new   

原文地址:http://www.cnblogs.com/IWings/p/6097134.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!