summaryrefslogtreecommitdiffstats
path: root/res/layout-land/stopwatch_fragment.xml
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-02-13 00:37:05 -0800
committerSteve Kondik <shade@chemlab.org>2013-02-13 00:37:05 -0800
commit1f5a43d0469fce561c311a19c85ac8dd036c4cac (patch)
tree3b3ce44c9eccb23e898ee53c45c3e9bac1962fb7 /res/layout-land/stopwatch_fragment.xml
parent057d88c735d8d0e7dce9714f9db28388501c24e7 (diff)
parent0ed03e8e14cf2edcda9ee3ecc604d4e048c8ccf3 (diff)
downloadandroid_packages_apps_DeskClock-mr1.1-staging.tar.gz
android_packages_apps_DeskClock-mr1.1-staging.tar.bz2
android_packages_apps_DeskClock-mr1.1-staging.zip
Merge tag 'android-4.2.2_r1' of https://android.googlesource.com/platform/packages/apps/DeskClock into 1.1mr1.1-staging
Android 4.2.2 release 1 Conflicts: res/xml/settings.xml src/com/android/deskclock/AlarmAlertFullScreen.java src/com/android/deskclock/AlarmKlaxon.java src/com/android/deskclock/DeskClock.java src/com/android/deskclock/SettingsActivity.java Change-Id: Ieba9c47923469713cf14c310044fe8fb3b31523c
Diffstat (limited to 'res/layout-land/stopwatch_fragment.xml')
-rw-r--r--res/layout-land/stopwatch_fragment.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout-land/stopwatch_fragment.xml b/res/layout-land/stopwatch_fragment.xml
index 7f7030277..b35f6dac2 100644
--- a/res/layout-land/stopwatch_fragment.xml
+++ b/res/layout-land/stopwatch_fragment.xml
@@ -25,7 +25,7 @@
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/circle_margin"
android:layout_marginRight="@dimen/circle_margin"
- android:layout_weight="1" >
+ android:layout_weight="0.95" >
<com.android.deskclock.timer.CountingTimerView
android:id="@+id/stopwatch_time_text"
@@ -78,8 +78,7 @@
<ListView
android:id="@+id/laps_list"
android:layout_weight="1"
- android:layout_marginLeft="@dimen/laps_margin"
- android:layout_marginRight="@dimen/laps_margin"
+ android:layout_marginRight="@dimen/sw_right_margin"
android:layout_gravity="center"
android:layout_width="0dip"
android:layout_height="wrap_content" />