Fix overdraw issues in the conversation view

Remove the redundant window background and row backgrounds to improve
drawing performance.
This commit is contained in:
Veeti Paananen
2014-03-04 11:47:27 +02:00
parent dc77c43435
commit 42aeca26f1
7 changed files with 18 additions and 8 deletions

View File

@@ -3,6 +3,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="?conversation_background"
android:orientation="vertical">
<org.thoughtcrime.securesms.components.RecipientsPanel
@@ -17,7 +18,6 @@
android:layout_height="fill_parent"
android:layout_weight="1"
android:orientation="vertical"
android:background="?conversation_background"
android:gravity="bottom">
<fragment
@@ -33,8 +33,7 @@
android:id="@id/bottom_container"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="?conversation_background">
android:orientation="vertical">
<ScrollView android:layout_width="fill_parent"
android:layout_height="wrap_content"