Adding database information insertion features in the phone app
[iot2.git] / others / lede-gui / src / main / res / values / attrs.xml
diff --git a/others/lede-gui/src/main/res/values/attrs.xml b/others/lede-gui/src/main/res/values/attrs.xml
new file mode 100644 (file)
index 0000000..7ce840e
--- /dev/null
@@ -0,0 +1,12 @@
+<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>