Skip to content

Commit 78db106

Browse files
committed
actions on notifications should stack vertically.
Bug: 6317471 Change-Id: Ic49b7c3c95dd5033b380655fb5671433b13959ac
1 parent 57a6e14 commit 78db106

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

core/res/res/layout/notification_template_base.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,13 @@
137137
style="?android:attr/progressBarStyleHorizontal"
138138
/>
139139
<LinearLayout
140-
android:id="@+id/actions"
140+
android:id="@+id/actions"
141141
android:layout_width="match_parent"
142142
android:layout_height="wrap_content"
143+
android:orientation="vertical"
143144
android:visibility="gone"
144-
>
145-
<!-- actions will be added here -->
145+
>
146+
<!-- actions will be added here -->
146147
</LinearLayout>
147148
</LinearLayout>
148149
</FrameLayout>

0 commit comments

Comments
 (0)