mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 12:47:26 +01:00
Clean up some tablet dimension values
This commit is contained in:
parent
3153071a8a
commit
5b3cadb7a8
@ -26,7 +26,7 @@
|
|||||||
app:layout_constraintEnd_toStartOf="@id/chapters_recycler"
|
app:layout_constraintEnd_toStartOf="@id/chapters_recycler"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="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"
|
app:layout_constraintWidth_percent="0.5"
|
||||||
tools:itemCount="1"
|
tools:itemCount="1"
|
||||||
tools:listitem="@layout/manga_info_header" />
|
tools:listitem="@layout/manga_info_header" />
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<dimen name="screen_edge_margin">24dp</dimen>
|
|
||||||
</resources>
|
|
@ -5,4 +5,6 @@
|
|||||||
<dimen name="activity_horizontal_margin">64dp</dimen>
|
<dimen name="activity_horizontal_margin">64dp</dimen>
|
||||||
|
|
||||||
<dimen name="bottom_sheet_width">480dp</dimen>
|
<dimen name="bottom_sheet_width">480dp</dimen>
|
||||||
|
|
||||||
|
<dimen name="screen_edge_margin">24dp</dimen>
|
||||||
</resources>
|
</resources>
|
@ -1,6 +1,5 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<dimen name="activity_horizontal_margin">16dp</dimen>
|
<dimen name="activity_horizontal_margin">16dp</dimen>
|
||||||
<dimen name="activity_vertical_margin">16dp</dimen>
|
|
||||||
|
|
||||||
<dimen name="bottom_sheet_width">0dp</dimen>
|
<dimen name="bottom_sheet_width">0dp</dimen>
|
||||||
|
|
||||||
@ -15,4 +14,5 @@
|
|||||||
<dimen name="screen_edge_margin">16dp</dimen>
|
<dimen name="screen_edge_margin">16dp</dimen>
|
||||||
|
|
||||||
<dimen name="tablet_horizontal_cover_margin">128dp</dimen>
|
<dimen name="tablet_horizontal_cover_margin">128dp</dimen>
|
||||||
|
<dimen name="tablet_sidebar_max_width">450dp</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user