mirror of
https://github.com/oxen-io/session-android.git
synced 2025-11-10 12:03:35 +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:
@@ -5,7 +5,6 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:background="?conversation_background"
|
||||
android:padding="8dp">
|
||||
|
||||
<TextView android:id="@+id/conversation_item_body"
|
||||
|
||||
Reference in New Issue
Block a user