Fix notification text not wrapping and clipping switch.

Change-Id: I9b2a86d3377f028b75785f1bbf0b33c010419787
Fixes: 37558563
Test: runtest systemui
This commit is contained in:
Geoffrey Pitsch
2017-04-27 15:40:17 -04:00
parent a9d0e6b205
commit 900be26b34

View File

@@ -74,8 +74,9 @@
android:orientation="horizontal">
<!-- Channel Text -->
<LinearLayout
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
<!-- Channel Name -->
<TextView
@@ -113,7 +114,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end|center_vertical"
android:layout_weight="1"
android:contentDescription="@string/notification_channel_switch_accessibility"
android:background="@null" />
</LinearLayout>