Merge pull request #992 from veeti/overdraw

Fix overdraw issues in the conversation view
This commit is contained in:
Jake McGinty
2014-03-05 00:10:06 -08:00
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">