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>