Commit 986c2768 authored by Ioana Pandele's avatar Ioana Pandele Committed by Commit Bot

Allow for multiline text display in the accessory sheet label

This allows the TextView to expand beyond 48dp if the text needs to
be displayed on multiple lines.

Bug: 874257
Change-Id: I39a8bbd70bebf8421968e987b3df37ccc9684296
Reviewed-on: https://chromium-review.googlesource.com/1187147Reviewed-by: default avatarBernhard Bauer <bauerb@chromium.org>
Commit-Queue: Ioana Pandele <ioanap@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585789}
parent 52ee0f60
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
android:paddingStart="16dp" android:paddingStart="16dp"
android:paddingEnd="16dp" android:paddingEnd="16dp"
android:fillViewport="true" android:fillViewport="true"
android:layout_height="48dp"
android:gravity="center_vertical" android:gravity="center_vertical"
android:textAppearance="@style/BlackHint1" android:textAppearance="@style/BlackHint1"
android:minHeight="48dp"
android:layout_height="wrap_content"
android:layout_width="match_parent"/> android:layout_width="match_parent"/>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment