Messaging: disable auto dark theming on message bubble

Change-Id: I7f90b5642712d222df4ad1b1e0143a61e76b90ca
Signed-off-by: Jesse Chan <jc@lineageos.org>
This commit is contained in:
Jesse Chan
2024-09-09 05:46:58 +03:00
committed by Michael Bestas
parent 2088686b47
commit 2970e7d0be
+2 -1
View File
@@ -72,7 +72,8 @@
android:id="@+id/message_text_and_info" android:id="@+id/message_text_and_info"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical"> android:orientation="vertical"
android:forceDarkAllowed="false">
<LinearLayout <LinearLayout
android:id="@+id/message_title_layout" android:id="@+id/message_title_layout"