Update build scons for notificaiton android sample.
[platform/upstream/iotivity.git] / service / notification / examples / android / NotiConsumerExample / app / src / main / res / values / styles.xml
index 6f19b47..afe1d34 100755 (executable)
@@ -1,11 +1,20 @@
 <resources>\r
 \r
-    <!-- Base application theme. -->\r
-    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">\r
-        <!-- Customize your theme here. -->\r
-        <item name="colorPrimary">@color/colorPrimary</item>\r
-        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>\r
-        <item name="colorAccent">@color/colorAccent</item>\r
+    <!--\r
+        Base application theme, dependent on API level. This theme is replaced\r
+        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.\r
+    -->\r
+    <style name="AppBaseTheme" parent="android:Theme.Light">\r
+        <!--\r
+            Theme customizations available in newer API levels can go in\r
+            res/values-vXX/styles.xml, while customizations related to\r
+            backward-compatibility can go here.\r
+        -->\r
     </style>\r
 \r
-</resources>\r
+    <!-- Application theme. -->\r
+    <style name="AppTheme" parent="AppBaseTheme">\r
+        <!-- All customizations that are NOT specific to a particular API-level can go here. -->\r
+    </style>\r
+\r
+</resources>
\ No newline at end of file