mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 20:15:21 +00:00
Fix user selection view cell highlight color
This commit is contained in:
parent
f0224f8ec6
commit
8261f83484
@ -6,7 +6,8 @@
|
|||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:paddingStart="16dp"
|
android:paddingStart="16dp"
|
||||||
android:paddingEnd="16dp"
|
android:paddingEnd="16dp"
|
||||||
android:gravity="center_vertical">
|
android:gravity="center_vertical"
|
||||||
|
android:background="?attr/conversation_list_item_background">
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="36dp"
|
android:layout_width="36dp"
|
||||||
|
@ -4,4 +4,5 @@
|
|||||||
android:id="@+id/userSelectionView"
|
android:id="@+id/userSelectionView"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:paddingTop="6dp" />
|
android:paddingTop="6dp"
|
||||||
|
android:listSelector="@color/transparent" />
|
Loading…
Reference in New Issue
Block a user