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