diff options
author | Adam Powell <adamp@google.com> | 2011-06-07 11:32:23 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-06-07 11:32:23 -0700 |
commit | 212d15c746f2611339026c16e5fa1aeb7f9090b7 (patch) | |
tree | dd3d9476f03bd62e188436e17840a1220d045376 /core | |
parent | c368831d62ce68d6c9c83d7e49e5db11c47ebd85 (diff) | |
parent | a476813dccec241632810c1cbb11bcfbf17841b0 (diff) | |
download | frameworks_base-212d15c746f2611339026c16e5fa1aeb7f9090b7.zip frameworks_base-212d15c746f2611339026c16e5fa1aeb7f9090b7.tar.gz frameworks_base-212d15c746f2611339026c16e5fa1aeb7f9090b7.tar.bz2 |
am a476813d: Make Theme.Holo.Light.NoActionBar and Theme.Holo.Light.NoActionBar.Fullscreen public.
* commit 'a476813dccec241632810c1cbb11bcfbf17841b0':
Make Theme.Holo.Light.NoActionBar and Theme.Holo.Light.NoActionBar.Fullscreen public.
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values/public.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 85884b1..47b5c60 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1657,4 +1657,8 @@ <public type="attr" name="requiresSmallestWidthDp" id="0x01010364" /> <public type="attr" name="compatibleWidthLimitDp" /> <public type="attr" name="largestWidthLimitDp" /> + + <public type="style" name="Theme.Holo.Light.NoActionBar" /> + <public type="style" name="Theme.Holo.Light.NoActionBar.Fullscreen" /> + </resources> |