diff options
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values-xlarge/dimens.xml | 2 | ||||
-rw-r--r-- | core/res/res/values/dimens.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values-xlarge/dimens.xml b/core/res/res/values-xlarge/dimens.xml index bc1ae58..1a16da7 100644 --- a/core/res/res/values-xlarge/dimens.xml +++ b/core/res/res/values-xlarge/dimens.xml @@ -22,6 +22,8 @@ <!-- Height of the status bar --> <dimen name="status_bar_icon_size">50dip</dimen> <!-- Margin at the edge of the screen to ignore touch events for in the windowshade. --> + <!-- Margin for permanent screen decorations at the bottom. --> + <dimen name="screen_margin_bottom">50dip</dimen> <!-- Default height of a key in the password keyboard for alpha --> <dimen name="password_keyboard_key_height_alpha">0.35in</dimen> diff --git a/core/res/res/values/dimens.xml b/core/res/res/values/dimens.xml index 3b38bd5..d3aa2d4 100644 --- a/core/res/res/values/dimens.xml +++ b/core/res/res/values/dimens.xml @@ -35,6 +35,8 @@ <dimen name="status_bar_icon_size">25dip</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. --> + <dimen name="screen_margin_bottom">0dip</dimen> <!-- Size of the fastscroll hint letter --> <dimen name="fastscroll_overlay_size">104dp</dimen> <!-- Width of the fastscroll thumb --> |