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 13:58:10 +01:00
parent e11745afd4
commit bbf90339d2
2 changed files with 3 additions and 2 deletions

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>

View File

@@ -25,4 +25,5 @@
<color name="fab_fg_color">@android:color/black</color>
<color name="attachment_bg_color">@android:color/system_neutral1_800</color>
<color name="subject_editor_bubble">@android:color/system_accent1_800</color>
</resources>