Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / activities / FullscreenActivity / root / res / values / attrs.xml
blob7ce840eb60032b49e97e6a7569f955b7a4ba9437
1 <resources>
3     <!-- Declare custom theme attributes that allow changing which styles are
4          used for button bars depending on the API level.
5          ?android:attr/buttonBarStyle is new as of API 11 so this is
6          necessary to support previous API levels. -->
7     <declare-styleable name="ButtonBarContainerTheme">
8         <attr name="metaButtonBarStyle" format="reference" />
9         <attr name="metaButtonBarButtonStyle" format="reference" />
10     </declare-styleable>
12 </resources>