diff options
| author | Adam Powell <adamp@google.com> | 2010-11-03 12:06:44 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-11-03 12:06:44 -0700 |
| commit | 01f706260b710bbd4e8aeb123ed8013ebafa09b3 (patch) | |
| tree | 421c3b5527fddee9314ab9c0a84b69fddd85a81a /core | |
| parent | e0c0504c7ea508b89329d4492dea9cd97c88af42 (diff) | |
| parent | 13fd8de5cd6fe238c61f31b9d3fb737ed65c7581 (diff) | |
| download | frameworks_base-01f706260b710bbd4e8aeb123ed8013ebafa09b3.zip frameworks_base-01f706260b710bbd4e8aeb123ed8013ebafa09b3.tar.gz frameworks_base-01f706260b710bbd4e8aeb123ed8013ebafa09b3.tar.bz2 | |
Merge "Make Theme.Holo.Dialog.Alert and Theme.Holo.Light.Dialog.Alert public"
Diffstat (limited to 'core')
| -rw-r--r-- | core/res/res/values/public.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index f905725..fd7e984 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1404,6 +1404,8 @@ <public type="style" name="Theme.Holo.Light.Dialog" /> <public type="style" name="Theme.Holo.Extended" /> <public type="style" name="Theme.Holo.Light.Extended" /> + <public type="style" name="Theme.Holo.Dialog.Alert" /> + <public type="style" name="Theme.Holo.Light.Dialog.Alert" /> <public type="style" name="Widget.ListPopupWindow" /> <public type="style" name="Widget.PopupMenu" /> |
