diff options
Diffstat (limited to 'res/values/dimens.xml')
-rw-r--r-- | res/values/dimens.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml new file mode 100644 index 0000000..c0c91e8 --- /dev/null +++ b/res/values/dimens.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2013 The CyanogenMod Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<resources> + <dimen name="logo_header_height">290dp</dimen> + <dimen name="header_height">220dp</dimen> + <dimen name="page_title_height">56dp</dimen> + <dimen name="header_title_margin_left">26dp</dimen> + <dimen name="header_logo_margin_left">25dp</dimen> + <dimen name="header_logo_margin_bottom">11dp</dimen> + <dimen name="content_margin_top">26dp</dimen> + <dimen name="content_margin_left">26dp</dimen> + <dimen name="content_margin_right">14dp</dimen> + <dimen name="content_margin_bottom">20dp</dimen> + <dimen name="summary_margin_bottom">20dp</dimen> + <dimen name="location_margin_left">20dp</dimen> + <dimen name="location_text_margin_left">10dp</dimen> + <dimen name="location_text_margin_right">30dp</dimen> + <dimen name="data_switch_margin_right">30dp</dimen> + <dimen name="carrier_text_margin_left">15dp</dimen> +</resources> |