1 <resources> 2 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="buttonBarStyle" format="reference" /> 9 <attr name="buttonBarButtonStyle" format="reference" /> 10 </declare-styleable> 11 12 </resources>