Skip to content

Commit 8147653

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Do not wrap action button text." into jb-dev
2 parents 8b18354 + af051b5 commit 8147653

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

core/res/res/layout/notification_action.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@
2525
android:paddingLeft="8dp"
2626
android:textColor="#ccc"
2727
android:textSize="14dp"
28+
android:singleLine="true"
29+
android:ellipsize="end"
2830
/>

core/res/res/layout/notification_action_tombstone.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
android:paddingLeft="8dp"
2626
android:textColor="#ccc"
2727
android:textSize="14dp"
28+
android:singleLine="true"
29+
android:ellipsize="end"
2830
android:alpha="0.5"
2931
android:enabled="false"
3032
/>

0 commit comments

Comments
 (0)