Messaging: Style the subject line properly

It needs it's own dark-theme color and a bigger border radius

Change-Id: I4f8e3dfec07653332106b8535c7431402833f159
This commit is contained in:
Michael W
2024-12-26 15:54:38 +01:00
parent e11745afd4
commit bbf90339d2
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
<item>
<shape>
<solid android:color="@color/subject_editor_bubble" />
<corners android:radius="3dp" />
<corners android:radius="16dp" />
</shape>
</item>
</layer-list>
</layer-list>