Skip to content
Snippets Groups Projects
Commit c7feccef authored by Taras's avatar Taras
Browse files

Make remove button on switch user item bigger

parent 8ffd0b80
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,10 @@ package org.futo.circles.auth.feature.log_in.switch_user.list ...@@ -3,11 +3,10 @@ package org.futo.circles.auth.feature.log_in.switch_user.list
import android.view.ViewGroup import android.view.ViewGroup
import androidx.recyclerview.widget.RecyclerView import androidx.recyclerview.widget.RecyclerView
import org.futo.circles.auth.databinding.ListItemSwitchUserBinding import org.futo.circles.auth.databinding.ListItemSwitchUserBinding
import org.futo.circles.core.extensions.notEmptyDisplayName
import org.futo.circles.auth.model.SwitchUserListItem import org.futo.circles.auth.model.SwitchUserListItem
import org.futo.circles.core.base.list.ViewBindingHolder import org.futo.circles.core.base.list.ViewBindingHolder
import org.futo.circles.core.extensions.loadRoomProfileIcon
import org.futo.circles.core.extensions.loadUserProfileIcon import org.futo.circles.core.extensions.loadUserProfileIcon
import org.futo.circles.core.extensions.notEmptyDisplayName
import org.futo.circles.core.extensions.onClick import org.futo.circles.core.extensions.onClick
class SwitchUsersViewHolder( class SwitchUsersViewHolder(
......
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
<com.google.android.material.imageview.ShapeableImageView <com.google.android.material.imageview.ShapeableImageView
android:id="@+id/ivRemove" android:id="@+id/ivRemove"
android:layout_width="24dp" android:layout_width="wrap_content"
android:layout_height="0dp" android:layout_height="0dp"
android:layout_marginTop="8dp" android:padding="6dp"
android:layout_marginEnd="8dp"
android:background="?attr/selectableItemBackgroundBorderless" android:background="?attr/selectableItemBackgroundBorderless"
android:clickable="true" android:clickable="true"
android:focusable="true" android:focusable="true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment