[Modify]添加成员搜索的删除按钮图片替换
This commit is contained in:
@@ -39,7 +39,9 @@ class UserInfoViewModel : ViewModel() {
|
||||
fun getUserInfo() {
|
||||
UserModel.get().getUserInfoFromServer(userId)
|
||||
.subscribe(object : BeanObserver<UserInfo?>() {
|
||||
override fun onErrorMsg(error: String) { error.toast() }
|
||||
override fun onErrorMsg(error: String) {
|
||||
error.toast()
|
||||
}
|
||||
|
||||
override fun onSuccess(info: UserInfo) {
|
||||
_userInfoData.value = info
|
||||
|
@@ -58,8 +58,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_clear_text"
|
||||
android:layout_width="@dimen/dp_15"
|
||||
android:layout_height="@dimen/dp_15"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:src="@drawable/ic_nick_delete" />
|
||||
|
@@ -56,11 +56,11 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_clear_text"
|
||||
android:layout_width="@dimen/dp_15"
|
||||
android:layout_height="@dimen/dp_15"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:src="@mipmap/ic_text_clear" />
|
||||
android:src="@drawable/ic_nick_delete" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
Reference in New Issue
Block a user