summaryrefslogtreecommitdiffstats
path: root/res/layout/day_activity.xml
diff options
context:
space:
mode:
authorRohit Yengisetty <rohit@cyngn.com>2014-11-26 19:18:49 -0800
committerSteve Kondik <steve@cyngn.com>2015-10-18 13:52:41 -0700
commit7b95358fdd3f9759a70fb4d27f2d2be4c5f796c6 (patch)
treee097afc5c52f2269436e70a7ea5ced2062017e18 /res/layout/day_activity.xml
parent990c61ad0a076a13598660b7fa477e6c30f7b783 (diff)
downloadandroid_packages_apps_Calendar-7b95358fdd3f9759a70fb4d27f2d2be4c5f796c6.tar.gz
android_packages_apps_Calendar-7b95358fdd3f9759a70fb4d27f2d2be4c5f796c6.tar.bz2
android_packages_apps_Calendar-7b95358fdd3f9759a70fb4d27f2d2be4c5f796c6.zip
Calendar : Adding Year View
Depends on changes to datetimepicker @ http://review.cyanogenmod.org/#/c/79480/ Change-Id: Ie528d8c1753477b94a9c477f5735a198565afd4d
Diffstat (limited to 'res/layout/day_activity.xml')
-rw-r--r--res/layout/day_activity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/day_activity.xml b/res/layout/day_activity.xml
index 2fe1cbb4..1d5e244c 100644
--- a/res/layout/day_activity.xml
+++ b/res/layout/day_activity.xml
@@ -17,7 +17,7 @@
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="0dip"
+ android:layout_height="match_parent"
android:layout_weight="1.0"
android:paddingTop="1dip"
android:background="@color/day_past_background_color"