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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user