Last active
April 11, 2022 06:49
-
-
Save husaynhakeem/05c496f9480a52d678e78cd447109a00 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
<?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