diff options
| author | 2011-03-30 15:25:38 -0400 | |
|---|---|---|
| committer | 2011-03-30 15:25:38 -0400 | |
| commit | bdf37690f31efe86915b79d19f2dd1040780b8a6 (patch) | |
| tree | 59e40817d783d2b0b25a535a6756644f7bd7acf6 | |
| parent | 163ac289ae9952fb79c47121d65e40ed3cc75b0d (diff) | |
Add missing dimension resource.
Bug: 4192397
Change-Id: I1912fffc8800ef522063bf42ffe08e752ae1350f
| -rw-r--r-- | core/res/res/values/dimens.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/values/dimens.xml b/core/res/res/values/dimens.xml index cca7d8b3ad3f..968d99c6bbef 100644 --- a/core/res/res/values/dimens.xml +++ b/core/res/res/values/dimens.xml @@ -34,6 +34,8 @@ <dimen name="status_bar_height">25dip</dimen> <!-- Height of the status bar --> <dimen name="status_bar_icon_size">25dip</dimen> + <!-- Size of the giant number (unread count) in the notifications --> + <dimen name="status_bar_content_number_size">48sp</dimen> <!-- Margin at the edge of the screen to ignore touch events for in the windowshade. --> <dimen name="status_bar_edge_ignore">5dp</dimen> <!-- Margin for permanent screen decorations at the bottom. --> |