summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorIsaac Katzenelson <isaack@android.com>2012-04-12 16:00:53 -0700
committerIsaac Katzenelson <isaack@android.com>2012-04-20 14:31:44 -0700
commite0b4b2744a1c0de48f76d9af6989bfa5106bc5f4 (patch)
treed8122d6c732edc98e825a486c79d9696a762e666 /res/layout-sw600dp
parent81e28b00ea86551a1a0c60bcdbf9ff4ba4fa61a0 (diff)
downloadandroid_packages_apps_Calendar-e0b4b2744a1c0de48f76d9af6989bfa5106bc5f4.tar.gz
android_packages_apps_Calendar-e0b4b2744a1c0de48f76d9af6989bfa5106bc5f4.tar.bz2
android_packages_apps_Calendar-e0b4b2744a1c0de48f76d9af6989bfa5106bc5f4.zip
Fix mini-calendar size of 7 inch
Bug: 6331538 Mini calendar is too small on 7 inch portrait. Change-Id: Ic79a5a4dfca61357a116a6148afd46a2ed783a6f
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/all_in_one.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout-sw600dp/all_in_one.xml b/res/layout-sw600dp/all_in_one.xml
index 97b49cae..3095b5a3 100644
--- a/res/layout-sw600dp/all_in_one.xml
+++ b/res/layout-sw600dp/all_in_one.xml
@@ -86,15 +86,16 @@
android:visibility="gone"
android:layout_height="@dimen/calendar_controls_height"
android:layout_width="match_parent" >
+ <!-- The width of mini_month is set programmatically in AllInOne -->
<FrameLayout
android:id="@+id/mini_month"
android:layout_height="@dimen/calendar_controls_height"
- android:layout_weight="1"
android:layout_width="0dip" />
<FrameLayout
android:id="@+id/calendar_list"
android:layout_marginTop="16dip"
android:layout_height="@dimen/calendar_controls_height"
- android:layout_width="450dip" />
+ android:layout_weight="1"
+ android:layout_width="0dip" />
</LinearLayout>
</LinearLayout>