attrs.xml 510 B

123456789101112131415
  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. -->
  8. <declare-styleable name="ButtonBarContainerTheme">
  9. <attr name="metaButtonBarStyle" format="reference" />
  10. <attr name="metaButtonBarButtonStyle" format="reference" />
  11. </declare-styleable>
  12. </resources>