aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/dimens.xml
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2013-07-01 02:42:54 +0200
committerjruesga <jorge@ruesga.com>2013-07-01 02:42:54 +0200
commitf29d68d929061ccbb982019c5020be721bbef862 (patch)
tree24ce41fb0dd7f942ca9dbe956fe93fe836da66c2 /res/values/dimens.xml
downloadandroid_packages_wallpapers_PhotoPhase-f29d68d929061ccbb982019c5020be721bbef862.tar.gz
android_packages_wallpapers_PhotoPhase-f29d68d929061ccbb982019c5020be721bbef862.tar.bz2
android_packages_wallpapers_PhotoPhase-f29d68d929061ccbb982019c5020be721bbef862.zip
Initial commit
Signed-off-by: jruesga <jorge@ruesga.com>
Diffstat (limited to 'res/values/dimens.xml')
-rw-r--r--res/values/dimens.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
new file mode 100644
index 0000000..e22bc83
--- /dev/null
+++ b/res/values/dimens.xml
@@ -0,0 +1,47 @@
+<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <dimen name="preference_icon_minWidth">0dp</dimen>
+ <dimen name="preference_widget_width">48dp</dimen>
+
+ <dimen name="primary_text_size">18sp</dimen>
+ <dimen name="secondary_text_size">14sp</dimen>
+ <dimen name="notification_text_size">12sp</dimen>
+
+ <dimen name="album_size">96dp</dimen>
+ <dimen name="album_card_margin_bottom">8dp</dimen>
+ <dimen name="album_margin">16dp</dimen>
+ <dimen name="album_info_margin">2dp</dimen>
+
+ <dimen name="album_title_height">20dp</dimen>
+ <dimen name="album_title_margin_top">38dp</dimen>
+ <dimen name="album_title_margin_left">-38dp</dimen>
+
+ <dimen name="picture_size">80dp</dimen>
+ <dimen name="picture_vertical_margin">8dp</dimen>
+ <dimen name="picture_horizontal_margin">4dp</dimen>
+
+ <dimen name="notification_min_width">32dp</dimen>
+ <dimen name="notification_min_height">32dp</dimen>
+ <dimen name="notification_padding">3dp</dimen>
+
+ <dimen name="toolbutton_padding">5dp</dimen>
+
+ <dimen name="default_margin">16dp</dimen>
+ <dimen name="small_margin">8dp</dimen>
+ <dimen name="small_padding">5dp</dimen>
+</resources>