Last active
April 11, 2022 06:49
-
-
Save husaynhakeem/860f6903921eedf6b62f2364db14c2d9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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