fix: search tiny shrink
This commit is contained in:
parent
3abfa821c7
commit
19740c82f9
1 changed files with 3 additions and 1 deletions
|
@ -157,6 +157,8 @@
|
||||||
android:layout_height="52dp"
|
android:layout_height="52dp"
|
||||||
android:layout_marginTop="4dp"
|
android:layout_marginTop="4dp"
|
||||||
android:backgroundTint="@color/nav_bg_inv"
|
android:backgroundTint="@color/nav_bg_inv"
|
||||||
|
android:scaleX="0.96"
|
||||||
|
android:scaleY="0.96"
|
||||||
app:cardCornerRadius="26dp">
|
app:cardCornerRadius="26dp">
|
||||||
|
|
||||||
<com.google.android.material.imageview.ShapeableImageView
|
<com.google.android.material.imageview.ShapeableImageView
|
||||||
|
@ -166,7 +168,7 @@
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
android:scaleX="1.2"
|
android:scaleX="1.2"
|
||||||
android:scaleY="1.2"
|
android:scaleY="1.2"
|
||||||
android:tint="@color/bg_black"
|
android:tint="@color/bg_white"
|
||||||
app:srcCompat="@drawable/ic_round_search_24"
|
app:srcCompat="@drawable/ic_round_search_24"
|
||||||
tools:ignore="ContentDescription,ImageContrastCheck" />
|
tools:ignore="ContentDescription,ImageContrastCheck" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue