xref: /aosp_15_r20/development/samples/training/threadsample/res/values/attrs.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3    <declare-styleable name="ImageDownloaderView">
4        <!-- The sibling to hide after the image is downloaded
5             and show when the image is being downloaded -->
6        <attr format="reference" name="hideShowSibling" />
7    </declare-styleable>
8</resources>