Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / other / CustomView / root / res / values / attrs.xml.ftl
blob89059d2280e18f10948a5f447afea1e358934c58
1 <resources>
2     <declare-styleable name="${viewClass}">
3         <attr name="exampleString" format="string" />
4         <attr name="exampleDimension" format="dimension" />
5         <attr name="exampleColor" format="color" />
6         <attr name="exampleDrawable" format="color|reference" />
7     </declare-styleable>
8 </resources>