android:layout_below="@id/rl_userinfo" android:layout_marginBottom="@dimen/margin_superlarge" 啥意思
android:ellipsize="end"android:singleLine="true"android:layout_marginLeft="@dimen/mar...
android:ellipsize="end"
android:singleLine="true"
android:layout_marginLeft="@dimen/margin_medium"
android:layout_toLeftOf="@id/btn_change_user" 展开
android:singleLine="true"
android:layout_marginLeft="@dimen/margin_medium"
android:layout_toLeftOf="@id/btn_change_user" 展开
3个回答
2015-09-13 · 知道合伙人软件行家
关注
展开全部
android:layout_below是用来设置当前控件的位置在某个位置下面,android:layout_marginBottom是用来设置当前控件距离下面控件的间距。
android:layout_below 在相对布局中,比较常用,用于指定当前的控件在某个控件的下面,例如android:layout_below="@id/rl_userinfo",表示在id为rl_userinfo的控件下面。
android:layout_marginBottom是设置控件的外边距,设置当前控件距离下面控件的间距,例如android:layout_marginBottom="@dimen/margin_superlarge",表示引用了一个大小,为margin_superlarge的设置。
@dimen 是用于定义控件尺寸的属性。例如:<dimen name="margin_superlarge">10dp</dimen> 。
展开全部
android:layout_below="@id/rl_userinfo"是指位置在id为rl_userinfo控件的下方android:layout_marginBottom="@dimen/margin_superlarge"是定义外向向下的距离
android:ellipsize="end"指text显示效果当text超出控件长度时,后面的内容显示为省略号
android:singleLine="true"所有内容单行显示
android:layout_toLeftOf="@id/btn_change_user"是指位置在id为btn_change_user控件的左方方
android:ellipsize="end"指text显示效果当text超出控件长度时,后面的内容显示为省略号
android:singleLine="true"所有内容单行显示
android:layout_toLeftOf="@id/btn_change_user"是指位置在id为btn_change_user控件的左方方
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
楼上正解
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询