Skip to content

Commit df470c1

Browse files
committed
Adjust button sizes in book details page to fit Samsung S24.
1 parent 9482118 commit df470c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

palace-ui/src/main/res/layout/book_detail2.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
<Button
337337
android:id="@+id/book2DOverlayButton0"
338338
style="@style/Palace.Button.Contained.Medium"
339-
android:layout_width="160dp"
339+
android:layout_width="128dp"
340340
android:layout_height="wrap_content"
341341
android:autoSizeMinTextSize="14sp"
342342
android:autoSizeTextType="uniform"
@@ -351,7 +351,7 @@
351351
<Button
352352
android:id="@+id/book2DOverlayButton1"
353353
style="@style/Palace.Button.Outlined.Medium"
354-
android:layout_width="160dp"
354+
android:layout_width="128dp"
355355
android:layout_height="wrap_content"
356356
android:autoSizeMinTextSize="14sp"
357357
android:autoSizeTextType="uniform"

0 commit comments

Comments
 (0)