aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/android/res/values/attrs.xml
blob: 56e5beae76f2a148c147d599fe0e02bd78a5f729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<resources>

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

</resources>