attrs.xml 497 B

123456789101112
  1. <resources>
  2. <!-- Declare custom theme attributes that allow changing which styles are
  3. used for button bars depending on the API level.
  4. ?android:attr/buttonBarStyle is new as of API 11 so this is
  5. necessary to support previous API levels. -->
  6. <declare-styleable name="ButtonBarContainerTheme">
  7. <attr name="metaButtonBarStyle" format="reference" />
  8. <attr name="metaButtonBarButtonStyle" format="reference" />
  9. </declare-styleable>
  10. </resources>