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

@@ -145,6 +145,16 @@
<item name="navigation_drawer_shadow">@drawable/drawer_shadow_dark</item>
</style>
<style name="TextSecure.LightTheme.ConversationActivity"
parent="@style/TextSecure.LightTheme">
<item name="android:windowBackground">@null</item>
</style>
<style name="TextSecure.DarkTheme.ConversationActivity"
parent="@style/TextSecure.DarkTheme">
<item name="android:windowBackground">@null</item>
</style>
<style name="TextSecure.Light.Dialog"
parent="@android:style/Theme.Dialog"
tools:ignore="NewApi">