summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaj Yengisetty <raj@cyngn.com>2015-01-17 15:08:19 +0800
committerRajesh Yengisetty <rajesh@cyngn.com>2015-01-17 16:04:46 +0000
commit94925a559d7ea9531657ef6a6207da0a3de85333 (patch)
tree30d97906b70a2f202342428c41459dad1adaa844
parenta8ad22583aa0e15b6f42eb2a47f47df5f346780c (diff)
downloadandroid_packages_apps_DeskClock-94925a559d7ea9531657ef6a6207da0a3de85333.tar.gz
android_packages_apps_DeskClock-94925a559d7ea9531657ef6a6207da0a3de85333.tar.bz2
android_packages_apps_DeskClock-94925a559d7ea9531657ef6a6207da0a3de85333.zip
DeskClock: Set default world clocks per row to 1
This commit fixes an issue with adding world clocks 1.Launch Deskclock and add world cities 2.Select 2+ cities 3.When you return to the Deskclock view, note some cities are not visible Change-Id: Ib17ecdb3e9f4716aab05057fec090728f5bbb29a
-rwxr-xr-xres/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 61298138a..e3b5c59d9 100755
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -29,7 +29,7 @@
<bool name="config_delayalarm">false</bool>
<item type="integer" name="timer_column_count">1</item>
<!-- Number of world clocks in a row, for the clock tab. -->
- <item type="integer" name="world_clocks_per_row">2</item>
+ <item type="integer" name="world_clocks_per_row">1</item>
<!-- Number of world clocks in a row, for the digital appwidget. -->
<item type="integer" name="appwidget_world_clocks_per_row">2</item>
<bool name="config_ring_alarm_force">false</bool>