Merge "Fix notification text not wrapping and clipping switch." into oc-dev
am: b05beffabc
Change-Id: Ie931c61a94a9680c75fa739a16d6b2da7e072686
This commit is contained in:
@@ -74,8 +74,9 @@
|
|||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
<!-- Channel Text -->
|
<!-- Channel Text -->
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="1"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
<!-- Channel Name -->
|
<!-- Channel Name -->
|
||||||
<TextView
|
<TextView
|
||||||
@@ -113,7 +114,6 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="end|center_vertical"
|
android:layout_gravity="end|center_vertical"
|
||||||
android:layout_weight="1"
|
|
||||||
android:contentDescription="@string/notification_channel_switch_accessibility"
|
android:contentDescription="@string/notification_channel_switch_accessibility"
|
||||||
android:background="@null" />
|
android:background="@null" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user