浏览代码

Adjust chapters filter icon to line up with download icons

arkon 4 年之前
父节点
当前提交
8f605dc0f6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/src/main/res/layout/manga_chapters_header.xml

+ 2 - 2
app/src/main/res/layout/manga_chapters_header.xml

@@ -26,8 +26,8 @@
 
     <ImageButton
         android:id="@+id/btn_chapters_filter"
-        android:layout_width="32dp"
-        android:layout_height="32dp"
+        android:layout_width="28dp"
+        android:layout_height="28dp"
         android:background="?selectableItemBackgroundBorderless"
         android:contentDescription="@string/action_filter"
         app:layout_constraintBottom_toBottomOf="parent"