aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml4
-rw-r--r--res/values-xhdpi/dimens.xml6
-rw-r--r--res/values-xxhdpi/dimens.xml28
3 files changed, 35 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 00465cf..34f63e4 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,8 +16,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cyanogenmod.lockclock"
- android:versionCode="9"
- android:versionName="2.2.3" >
+ android:versionCode="10"
+ android:versionName="2.2.4" >
<uses-sdk
android:minSdkVersion="17"
diff --git a/res/values-xhdpi/dimens.xml b/res/values-xhdpi/dimens.xml
index d42cba2..65095df 100644
--- a/res/values-xhdpi/dimens.xml
+++ b/res/values-xhdpi/dimens.xml
@@ -18,8 +18,12 @@
<!-- These resources are around just to allow their values to be customized
for different hardware and product builds. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <dimen name="min_digital_widget_height">120dip</dimen>
+ <dimen name="widget_big_font_size">76dp</dimen>
+ <dimen name="widget_medium_font_size">48dp</dimen>
+ <dimen name="label_font_size">14sp</dimen>
+
+ <dimen name="min_digital_widget_height">120dip</dimen>
<dimen name="min_digital_weather_height">160dip</dimen>
<dimen name="min_digital_calendar_height">210dip</dimen>
<dimen name="min_analog_weather_height">160dip</dimen>
diff --git a/res/values-xxhdpi/dimens.xml b/res/values-xxhdpi/dimens.xml
new file mode 100644
index 0000000..b84a451
--- /dev/null
+++ b/res/values-xxhdpi/dimens.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2011, The Android Open Source 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+ for different hardware and product builds. -->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+ <dimen name="widget_big_font_size">130dp</dimen>
+ <dimen name="widget_medium_font_size">70dp</dimen>
+ <dimen name="label_font_size">15sp</dimen>
+
+</resources>