Merge "Fix notification text not wrapping and clipping switch." into oc-dev am: b05beffabc

am: 1838ed0e85

Change-Id: I236a9b3fd8fee09981e2bb65d75f63cc290b9475
This commit is contained in:
Geoffrey Pitsch
2017-04-28 13:56:16 +00:00
committed by android-build-merger

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>