mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-13 11:52:21 +00:00
Fix overdraw issues in the conversation view
Remove the redundant window background and row backgrounds to improve drawing performance.
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
android:id="@+id/conversation_item"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:background="?conversation_background">
|
||||
android:orientation="horizontal">
|
||||
|
||||
<RelativeLayout android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user