mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-18 00:51:53 +00:00
Merge pull request #992 from veeti/overdraw
Fix overdraw issues in the conversation view
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user