Skip to content

Instantly share code, notes, and snippets.

@husaynhakeem
Last active April 11, 2022 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save husaynhakeem/860f6903921eedf6b62f2364db14c2d9 to your computer and use it in GitHub Desktop.
Save husaynhakeem/860f6903921eedf6b62f2364db14c2d9 to your computer and use it in GitHub Desktop.
<resources xmlns:window="http://schemas.android.com/apk/res-auto">
<SplitPairRule
window:finishPrimaryWithSecondary="true"
window:finishSecondaryWithPrimary="true"
window:splitRatio="0.4">
<SplitPairFilter
window:primaryActivityName=".list.ListActivity"
window:secondaryActivityName=".details.DetailsActivity" />
</SplitPairRule>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment