소스 검색

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" />