From ab3540312a9063bf7858051f6036732a947fba39 Mon Sep 17 00:00:00 2001 From: Rohit Verma <101377978+rohit9625@users.noreply.github.com> Date: Tue, 23 Jan 2024 19:29:57 +0530 Subject: [PATCH] Resolve displaced icons problem for small screens sizes (#5467) * UploadMediaDetailInputFilter: added pattern to identify colon Added hex code of colon for MediaDetailInputFilter and updated test for it. * styles.xml: removed color styles for floatingActionButton --- app/src/main/res/layout/fragment_contributions_list.xml | 1 - app/src/main/res/values/styles.xml | 2 -- 2 files changed, 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_contributions_list.xml b/app/src/main/res/layout/fragment_contributions_list.xml index 2b43140f6..b490c35ff 100644 --- a/app/src/main/res/layout/fragment_contributions_list.xml +++ b/app/src/main/res/layout/fragment_contributions_list.xml @@ -117,7 +117,6 @@ app:backgroundTint="@color/status_bar_blue" app:elevation="@dimen/tiny_margin" app:srcCompat="@drawable/ic_add_white_24dp" - android:tint="?attr/floatingActionButtonStyle" app:useCompatPadding="true" /> diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 27836774d..2de248129 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -20,7 +20,6 @@ @color/white @color/white @color/white - @color/black @color/commons_app_blue_dark @color/sub_background_dark @@ -81,7 +80,6 @@ @color/black @color/black @color/black - @color/white @color/commons_app_blue_light @color/sub_background_light