瀏覽代碼

Tweak tablet manga info column width

arkon 3 年之前
父節點
當前提交
eaf9c9b2d8
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app/src/main/res/layout-sw600dp/manga_controller.xml

+ 2 - 1
app/src/main/res/layout-sw600dp/manga_controller.xml

@@ -33,7 +33,8 @@
                 app:layout_constraintBottom_toBottomOf="parent"
                 app:layout_constraintStart_toStartOf="parent"
                 app:layout_constraintEnd_toStartOf="@id/chapters_recycler"
-                app:layout_constraintWidth_percent="0.4"
+                app:layout_constraintWidth_percent="0.5"
+                app:layout_constraintWidth_max="450dp"
                 tools:itemCount="1"
                 tools:listitem="@layout/manga_info_header" />