Skip to content

Commit

Permalink
Merge pull request #179 from mswiger/enable-foldable-for-zfold6
Browse files Browse the repository at this point in the history
Enable foldable support for Z Fold 6
  • Loading branch information
SimonHalvdansson authored Aug 12, 2024
2 parents a1ac0e8 + ae8f9ed commit 03c76de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/xml/main_split_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<SplitPairRule
window:splitRatio="0.5"
window:splitLayoutDirection="locale"
window:splitMinWidthDp="840"
window:splitMinWidthDp="700"
window:splitMaxAspectRatioInPortrait="alwaysAllow"
window:finishPrimaryWithSecondary="never"
window:finishSecondaryWithPrimary="always"
Expand All @@ -19,7 +19,7 @@
window:placeholderActivityName=".SplitPlaceholderActivity"
window:splitRatio="0.5"
window:splitLayoutDirection="locale"
window:splitMinWidthDp="840"
window:splitMinWidthDp="700"
window:splitMaxAspectRatioInPortrait="alwaysAllow"
window:stickyPlaceholder="false">
<ActivityFilter
Expand All @@ -41,4 +41,4 @@
<ActivityFilter
window:activityName=".AboutActivity"/>
</ActivityRule>
</resources>
</resources>

0 comments on commit 03c76de

Please sign in to comment.