Skip to content

Commit b7b679b

Browse files
committed
Fixed issues in fragment_favorite.xml
1 parent 0de40dc commit b7b679b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

app/src/main/res/layout/fragment_favorite.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
android:layout_width="wrap_content"
6060
android:layout_height="wrap_content"
6161
android:orientation="horizontal"
62-
app:layout_constraintGuide_begin="55dp" />
62+
app:layout_constraintGuide_begin="48dp" />
6363

6464
<com.google.android.material.textfield.TextInputLayout
6565
android:id="@+id/favSearchTIL"
@@ -108,7 +108,6 @@
108108
android:layout_width="wrap_content"
109109
android:layout_height="wrap_content"
110110
android:layout_margin="8dp"
111-
android:layout_marginEnd="7dp"
112111
android:fontFamily="serif"
113112
android:padding="2dp"
114113
android:textColor="@color/textColor"
@@ -120,13 +119,13 @@
120119

121120
<ImageButton
122121
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"
125124
android:layout_margin="8dp"
126125
android:background="?attr/selectableItemBackgroundBorderless"
127126
android:contentDescription="@string/clear_all"
128127
android:src="@drawable/ic_round_clear_all_24"
129-
android:tint="@color/textColor"
128+
app:tint="@color/textColor"
130129
app:layout_constraintBottom_toBottomOf="@id/favCountTV"
131130
app:layout_constraintEnd_toEndOf="parent"
132131
app:layout_constraintTop_toTopOf="@id/favCountTV" />

0 commit comments

Comments
 (0)