|
59 | 59 | android:layout_width="wrap_content" |
60 | 60 | android:layout_height="wrap_content" |
61 | 61 | android:orientation="horizontal" |
62 | | - app:layout_constraintGuide_begin="55dp" /> |
| 62 | + app:layout_constraintGuide_begin="48dp" /> |
63 | 63 |
|
64 | 64 | <com.google.android.material.textfield.TextInputLayout |
65 | 65 | android:id="@+id/favSearchTIL" |
|
108 | 108 | android:layout_width="wrap_content" |
109 | 109 | android:layout_height="wrap_content" |
110 | 110 | android:layout_margin="8dp" |
111 | | - android:layout_marginEnd="7dp" |
112 | 111 | android:fontFamily="serif" |
113 | 112 | android:padding="2dp" |
114 | 113 | android:textColor="@color/textColor" |
|
120 | 119 |
|
121 | 120 | <ImageButton |
122 | 121 | android:id="@+id/clearAllButton" |
123 | | - android:layout_width="40dp" |
124 | | - android:layout_height="40dp" |
| 122 | + android:layout_width="wrap_content" |
| 123 | + android:layout_height="wrap_content" |
125 | 124 | android:layout_margin="8dp" |
126 | 125 | android:background="?attr/selectableItemBackgroundBorderless" |
127 | 126 | android:contentDescription="@string/clear_all" |
128 | 127 | android:src="@drawable/ic_round_clear_all_24" |
129 | | - android:tint="@color/textColor" |
| 128 | + app:tint="@color/textColor" |
130 | 129 | app:layout_constraintBottom_toBottomOf="@id/favCountTV" |
131 | 130 | app:layout_constraintEnd_toEndOf="parent" |
132 | 131 | app:layout_constraintTop_toTopOf="@id/favCountTV" /> |
|
0 commit comments