diff --git a/res/drawable/ic_baseline_add_24.xml b/res/drawable/ic_baseline_add_24.xml new file mode 100644 index 0000000000..eb232541d8 --- /dev/null +++ b/res/drawable/ic_baseline_add_24.xml @@ -0,0 +1,10 @@ + + + diff --git a/res/drawable/ic_baseline_mic_24.xml b/res/drawable/ic_baseline_mic_24.xml new file mode 100644 index 0000000000..791b475704 --- /dev/null +++ b/res/drawable/ic_baseline_mic_24.xml @@ -0,0 +1,10 @@ + + + diff --git a/res/layout/conversation_item_sent_document.xml b/res/layout/conversation_item_sent_document.xml index ce627e27a6..2145cfdbf2 100644 --- a/res/layout/conversation_item_sent_document.xml +++ b/res/layout/conversation_item_sent_document.xml @@ -9,5 +9,5 @@ android:visibility="gone" app:doc_titleColor="?conversation_item_sent_text_primary_color" app:doc_captionColor="?conversation_item_sent_text_secondary_color" - app:doc_downloadButtonTint="?conversation_item_sent_download_icon_color" + app:doc_downloadButtonTint="?android:colorControlNormal" tools:visibility="visible"/> diff --git a/res/layout/fragment_search.xml b/res/layout/fragment_search.xml index ae8401c6e8..18766af64e 100644 --- a/res/layout/fragment_search.xml +++ b/res/layout/fragment_search.xml @@ -9,7 +9,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" - android:background="?attr/search_background" + android:background="?android:windowBackground" android:visibility="gone" /> + android:padding="10dp"> - + @@ -162,14 +156,7 @@ @color/action_bar_background @color/action_bar_background - #d00000 - #66eeeeee - #ffeeeeee - #afeeeeee - #66eeeeee - @color/transparent - @color/white @color/text dark @@ -179,8 +166,6 @@ @drawable/ic_document_small_dark @drawable/ic_document_large_dark - @color/core_grey_25 - @drawable/conversation_list_item_background_dark #ffdddddd #ffdddddd @@ -198,22 +183,14 @@ @color/core_grey_05 @color/core_grey_25 @color/core_grey_25 - @color/core_white #99ffffff @color/text @color/text @drawable/conversation_item_sent_indicator_text_shape_dark - @color/core_grey_45 - @color/core_grey_25 - @color/core_grey_25 - @color/core_grey_45 - @color/core_grey_05 @drawable/sticky_date_header_background_dark @color/core_grey_45 @color/transparent_white_30 - @drawable/contact_list_divider_dark - @color/core_grey_95 @drawable/ic_info_outline_dark @@ -221,12 +198,6 @@ @color/device_link_item_background_dark - @drawable/mediapicker_item_border_dark - - @color/import_export_item_background_dark - @color/import_export_item_background_shadow_dark - @drawable/clickable_card_dark - @color/textsecure_primary_dark @drawable/divet_lower_right_light @@ -273,27 +244,9 @@ @color/text @color/transparent - - @drawable/ic_mic_white_24dp - - @color/core_grey_25 - - @drawable/ic_add_white_24dp - @drawable/ic_group_white_24dp - @drawable/ic_search_white_24dp - @drawable/ic_call_white_24dp - @drawable/ic_unlocked_white_24dp - @drawable/ic_lock_white_24dp - @drawable/ic_lock_white_18dp - @drawable/ic_check_white_24dp - @drawable/ic_refresh_white_24dp - @drawable/ic_info_outline_white_24dp - @drawable/ic_audio_dark @drawable/ic_video_dark - @color/textsecure_primary_dark - @drawable/sticker_button_dark @color/core_grey_75 @color/core_grey_85 @@ -307,15 +260,8 @@ #FFFFFF - @drawable/preference_divider_dark - - @color/core_grey_05 - @drawable/ic_group_white_24dp @style/PreferenceThemeOverlay.Fix - @color/black - @color/black - @color/black @color/grey_800 @color/grey_900 diff --git a/res/xml/recipient_preferences.xml b/res/xml/recipient_preferences.xml index 0b90fb0901..0dbeaf492f 100644 --- a/res/xml/recipient_preferences.xml +++ b/res/xml/recipient_preferences.xml @@ -44,7 +44,7 @@ android:negativeButtonText="@null" android:positiveButtonText="@null" android:persistent="false" - app:numColumns="5" /> + app:columns="5" />