Created
March 2, 2019 13:54
-
-
Save makorowy/63c98605d5d7f1cc2452e5ffa4655149 to your computer and use it in GitHub Desktop.
Sample for article needs - How to create a compound view?
This file contains hidden or 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> | |
<declare-styleable name="ConsentsView"> | |
<attr name="separatorVisibility" format="boolean"/> | |
</declare-styleable> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment