Attachment selector style adjastments.

This commit is contained in:
Anton Chekulaev
2020-09-02 21:48:25 +10:00
parent 00e60d86ae
commit ef8ddcf552
5 changed files with 6 additions and 14 deletions

View File

@@ -3,6 +3,7 @@
<attr name="theme_type" format="string"/>
<attr name="attachment_type_selector_background" format="color"/>
<attr name="attachment_type_selector_hide_button_background" format="color"/>
<attr name="attachment_document_icon_small" format="reference" />
<attr name="attachment_document_icon_large" format="reference" />
<attr name="attachment_document_extension_text_color" format="color" />

View File

@@ -57,6 +57,7 @@
<item name="searchViewStyle">@style/TextSecure.BaseDarkTheme.SearchView</item>
<item name="attachment_type_selector_background">?android:windowBackground</item>
<item name="attachment_type_selector_hide_button_background">@color/gray50</item>
<item name="attachment_document_icon_small">@drawable/ic_document_small_dark</item>
<item name="attachment_document_icon_large">@drawable/ic_document_large_dark</item>
<item name="attachment_document_extension_text_color">#222</item>