summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-04-18 11:50:46 -0400
committerChris Wren <cwren@android.com>2012-04-18 11:50:56 -0400
commit26fbf27ad1e9f9c26a82097fe306f07ec36e8410 (patch)
tree428d3bc98946a82f895fa788f786773f562a8542 /core/res
parent6a858c347f4d4e5db4c8f00d5e285967631b71ca (diff)
downloadframeworks_base-26fbf27ad1e9f9c26a82097fe306f07ec36e8410.zip
frameworks_base-26fbf27ad1e9f9c26a82097fe306f07ec36e8410.tar.gz
frameworks_base-26fbf27ad1e9f9c26a82097fe306f07ec36e8410.tar.bz2
fixing the build break in notification_template_big_text.xml
Change-Id: Ibeef587e27d1f97dae2b6184be5e7b2548768f5e
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/layout/notification_template_big_text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/notification_template_big_text.xml b/core/res/res/layout/notification_template_big_text.xml
index 6a64cf8..3a0bfc7 100644
--- a/core/res/res/layout/notification_template_big_text.xml
+++ b/core/res/res/layout/notification_template_big_text.xml
@@ -78,7 +78,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="-2dp"
- android:layout_mgarginBottom="-2dp"
+ android:layout_marginBottom="-2dp"
android:singleLine="true"
android:fadingEdge="horizontal"
android:ellipsize="marquee"