aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/android/res/values/attrs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/android/res/values/attrs.xml')
-rw-r--r--tensorflow/examples/android/res/values/attrs.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tensorflow/examples/android/res/values/attrs.xml b/tensorflow/examples/android/res/values/attrs.xml
new file mode 100644
index 0000000000..56e5beae76
--- /dev/null
+++ b/tensorflow/examples/android/res/values/attrs.xml
@@ -0,0 +1,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>