Update build scons for notificaiton android sample.
[platform/upstream/iotivity.git] / service / notification / examples / android / NotiProviderExample / app / src / main / res / values / styles.xml
1 <resources>\r
2 \r
3     <!--\r
4         Base application theme, dependent on API level. This theme is replaced\r
5         by AppBaseTheme from res/values-vXX/styles.xml on newer devices.\r
6     -->\r
7     <style name="AppBaseTheme" parent="android:Theme.Light">\r
8         <!--\r
9             Theme customizations available in newer API levels can go in\r
10             res/values-vXX/styles.xml, while customizations related to\r
11             backward-compatibility can go here.\r
12         -->\r
13     </style>\r
14 \r
15     <!-- Application theme. -->\r
16     <style name="AppTheme" parent="AppBaseTheme">\r
17         <!-- All customizations that are NOT specific to a particular API-level can go here. -->\r
18     </style>\r
19 \r
20 </resources>