10 2018 档案

Android中ImageView常用属性含义
摘要:android:layout_above="@id/xxx" --将控件置于给定ID控件之上android:layout_below="@id/xxx" --将控件置于给定ID控件之下android:layout_toLeftOf="@id/xxx" --将控件的右边缘和给定ID控件的左边缘对齐an 阅读全文

posted @ 2018-10-10 19:05 AlwaysYoung 阅读(1071) 评论(0) 推荐(0)