Skip to content

Instantly share code, notes, and snippets.

@husaynhakeem
Last active April 11, 2022 06:49
Show Gist options
  • Save husaynhakeem/05c496f9480a52d678e78cd447109a00 to your computer and use it in GitHub Desktop.
Save husaynhakeem/05c496f9480a52d678e78cd447109a00 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">
<!-- Other rules -->
<SplitPlaceholderRule
window:placeholderActivityName=".details.DetailsPlaceholderActivity"
window:splitRatio="0.4">
<ActivityFilter window:activityName=".list.ListActivity" />
</SplitPlaceholderRule>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment