Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added 2025-05-28.md
Empty file.
2 changes: 1 addition & 1 deletion app/src/main/res/layout-land/fragment_player.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintWidth_default="percent"
app:layout_constraintWidth_percent=".55" />
app:layout_constraintWidth_percent="@dimen/landscape_player_constraint_width_percentage" />

<RelativeLayout
android:id="@+id/related_container"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
<resources>
<integer name="grid_items">2</integer>
<integer name="grid_items_landscape">4</integer>

<item name="landscape_player_constraint_width_percentage" type="dimen" format="float">0.6</item>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
<resources>
<integer name="grid_items">3</integer>
<integer name="grid_items_landscape">6</integer>

<item name="landscape_player_constraint_width_percentage" type="dimen" format="float">0.7</item>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
<resources>
<integer name="grid_items">1</integer>
<integer name="grid_items_landscape">2</integer>

<item name="landscape_player_constraint_width_percentage" type="dimen" format="float">0.55</item>
</resources>
Loading