Skip to content

Instantly share code, notes, and snippets.

@husaynhakeem
Last active April 11, 2022 06:49
Show Gist options
  • Save husaynhakeem/15cb3718910219ee3ad9a720c0b85561 to your computer and use it in GitHub Desktop.
Save husaynhakeem/15cb3718910219ee3ad9a720c0b85561 to your computer and use it in GitHub Desktop.
<resources xmlns:window="http://schemas.android.com/apk/res-auto">
<SplitPairRule
<!-- split rule config option -->
>
<SplitPairFilter
window:primaryActivityName=".list.ListActivity"
window:secondaryActivityName=".details.DetailsActivity" />
<SplitPairFilter
window:primaryActivityName=".details.DetailsActivity"
window:secondaryActivityName=".share.ShareActivity" />
</SplitPairRule>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment