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/64a6f56ef62af0868eee90d6fce27fb7 to your computer and use it in GitHub Desktop.
Save husaynhakeem/64a6f56ef62af0868eee90d6fce27fb7 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:window="http://schemas.android.com/apk/res-auto">
<SplitPairRule
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