Skip to content

Commit

Permalink
feat(UI): Fix sync icon size (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingLucius authored Aug 27, 2024
1 parent 973c4ee commit 4961394
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/layout/fragment_result_swipe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
android:focusable="false"
android:layout_gravity="center"
android:orientation="horizontal"
android:paddingTop="5dp"
android:requiresFadingEdge="horizontal"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:itemCount="2"
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/layout/result_mini_image.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="35dp"
android:layout_height="35dp"
android:layout_width="25dp"
android:layout_height="25dp"
android:layout_gravity="center"
android:gravity="center"
tools:src="@drawable/ic_anilist_icon"
android:background="?android:attr/selectableItemBackgroundBorderless"
app:tint="?attr/white">
Expand Down

0 comments on commit 4961394

Please sign in to comment.