Clean up some tablet dimension values

This commit is contained in:
arkon 2021-11-19 14:06:43 -05:00
parent 3153071a8a
commit 5b3cadb7a8
4 changed files with 4 additions and 6 deletions

View File

@ -26,7 +26,7 @@
app:layout_constraintEnd_toStartOf="@id/chapters_recycler"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintWidth_max="450dp"
app:layout_constraintWidth_max="@dimen/tablet_sidebar_max_width"
app:layout_constraintWidth_percent="0.5"
tools:itemCount="1"
tools:listitem="@layout/manga_info_header" />

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="screen_edge_margin">24dp</dimen>
</resources>

View File

@ -5,4 +5,6 @@
<dimen name="activity_horizontal_margin">64dp</dimen>
<dimen name="bottom_sheet_width">480dp</dimen>
<dimen name="screen_edge_margin">24dp</dimen>
</resources>

View File

@ -1,6 +1,5 @@
<resources>
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
<dimen name="bottom_sheet_width">0dp</dimen>
@ -15,4 +14,5 @@
<dimen name="screen_edge_margin">16dp</dimen>
<dimen name="tablet_horizontal_cover_margin">128dp</dimen>
<dimen name="tablet_sidebar_max_width">450dp</dimen>
</resources>