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>
|
<item>
|
||||||
<shape>
|
<shape>
|
||||||
<solid android:color="@color/subject_editor_bubble" />
|
<solid android:color="@color/subject_editor_bubble" />
|
||||||
<corners android:radius="3dp" />
|
<corners android:radius="16dp" />
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
</layer-list>
|
</layer-list>
|
||||||
|
|||||||
@@ -25,4 +25,5 @@
|
|||||||
<color name="fab_fg_color">@android:color/black</color>
|
<color name="fab_fg_color">@android:color/black</color>
|
||||||
|
|
||||||
<color name="attachment_bg_color">@android:color/system_neutral1_800</color>
|
<color name="attachment_bg_color">@android:color/system_neutral1_800</color>
|
||||||
|
<color name="subject_editor_bubble">@android:color/system_accent1_800</color>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user