summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorVinod Krishnan <vinodkrishnan@google.com>2014-05-21 10:28:57 -0700
committerVinod Krishnan <vinodkrishnan@google.com>2014-05-21 10:28:57 -0700
commit9b8e4d01f6c54d7bfce303e5076da53e6d393e31 (patch)
treeb6a2a3d830bad40e290e4f2f5333c883e19da478 /core/res
parentef2b35cc2e87058ead622bd1858d358690c201fd (diff)
downloadframeworks_base-9b8e4d01f6c54d7bfce303e5076da53e6d393e31.zip
frameworks_base-9b8e4d01f6c54d7bfce303e5076da53e6d393e31.tar.gz
frameworks_base-9b8e4d01f6c54d7bfce303e5076da53e6d393e31.tar.bz2
Adding more DeviceDefault for CTS tests
Bug: 15091518 Change-Id: Iddabacbd023f031c9c4ec6fd4c4f60ce17b606c4
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values-watch/themes_device_defaults.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values-watch/themes_device_defaults.xml b/core/res/res/values-watch/themes_device_defaults.xml
index 705143c..63df5be 100644
--- a/core/res/res/values-watch/themes_device_defaults.xml
+++ b/core/res/res/values-watch/themes_device_defaults.xml
@@ -17,12 +17,15 @@
<style name="Theme.DeviceDefault" parent="Theme.Micro" />
<style name="Theme.DeviceDefault.NoActionBar" parent="Theme.Micro" />
<style name="Theme.DeviceDefault.Dialog" parent="Theme.Micro.Dialog" />
+ <style name="Theme.DeviceDefault.DialogWhenLarge" parent="Theme.Micro.Dialog" />
<style name="Theme.DeviceDefault.Dialog.Alert" parent="Theme.Micro.Dialog.Alert" />
<style name="Theme.DeviceDefault.Light" parent="Theme.Micro.Light" />
<style name="Theme.DeviceDefault.Light.NoActionBar" parent="Theme.Micro.Light" />
<style name="Theme.DeviceDefault.Light.DarkActionBar" parent="Theme.Micro.Light" />
<style name="Theme.DeviceDefault.Light.Dialog" parent="Theme.Micro.Dialog" />
+ <style name="Theme.DeviceDefault.Light.DialogWhenLarge" parent="Theme.Micro.Dialog" />
<style name="Theme.DeviceDefault.Light.Dialog.Alert" parent="Theme.Micro.Dialog.Alert" />
+ <style name="Theme.DeviceDefault.Wallpaper" parent="Theme.Micro" />
</resources>