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
This commit is contained in:
Rohit Verma 2024-01-23 19:29:57 +05:30 committed by GitHub
parent 495d001dc9
commit ab3540312a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

View file

@ -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" />
</LinearLayout>