aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJohn Patterson <jdp@google.com>2020-12-02 13:34:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-12-02 13:34:00 +0000
commit4b127239bc044c2a305e98f52a11d9b0574b2fcc (patch)
tree12174071eff1ba79c9a9d0d6facabdd40b78a925 /res
parent69d745043ad4e89176b729a5665ee96c8c822d34 (diff)
parent475ce02462bdeb3583c335026c9f5a4a115d7a8f (diff)
downloadCalendar-4b127239bc044c2a305e98f52a11d9b0574b2fcc.tar.gz
Merge "Restrict max width of no events message."
Diffstat (limited to 'res')
-rw-r--r--res/layout/calendar.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/calendar.xml b/res/layout/calendar.xml
index 4c31ddc..56de478 100644
--- a/res/layout/calendar.xml
+++ b/res/layout/calendar.xml
@@ -36,6 +36,7 @@
<TextView
android:id="@+id/no_events_text"
+ android:maxWidth="200dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="@dimen/car_ui_list_item_start_inset"